Re: autoexec.bat questions


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

Posted by ChaZz on 29, 2001 at 12:33 PM:

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

The 'GOTO' command will cause the autoexec file to jump to a line with that heading, since you do not have a heading called :CONFIG the file does not have anywhere to go. I'm not an expert either, but this should be your problem.

- ChaZz

:
: 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 ]