Re: autoexec.bat questions


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

Posted by bob on 29, 2001 at 1:21 PM:

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

%config% is a variable. you need some code above it that asks for a choice (like "press 1 for mame or 2 for windoz") and then fills the variable %config% with "MAM" or "WIN"

the "choice" command is what you use in dos, but NT4 doesn't have it, so i can't tell you exactly how to write it.


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