Re: autoexec.bat questions - The problem may lie in the config.sys after all (more)


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]

Posted by RoarCade on 29, 2001 at 1:10 PM:

In Reply to: autoexec.bat questions posted by Jackson on 29, 2001 at 10:57 AM:

the goto %config% section in autoexec.bat refers to the labels defined in config.sys that correspond to the labels in autoexec. If the label in a.bat is :MAM there has to be a label in config.sys called [MAM], with commands below it. Also, the proper menutitle and menuitem entries must be entered in config sys.

Forgive me if I'm barking up the wrong tree, but you never specified what was actually IN the config.sys file.


:
: I have no clue what to do here, my config.sys file works fine but my original autoexec.bat file was blank. By dropping in what is provided below causes

: C:\>goto
: Label not found

: maybe someone could direct my clueless a**

:
: goto %config%
: :MAM
: (insert any items you need for dos/aos such as mouse drivers, sound driver, etc.)
: cd \arcadeos
: arcadeos
: goto end
: :WIN
: (leave what is already in you autoexec.bat file in this section)
: win
: goto end
: :end

: Thank - you




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Build Your Own Arcade Controls message board ] [ FAQ ]