home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
297.img
/
DINO.ZIP
/
CONFIG.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-02-03
|
320b
|
16 lines
Echo off
Echo - - - -
if .%1==. goto NOARG
IF %1==Y goto in1
IF %1==y goto in1
if exist JOYSTICK rename JOYSTICK NOJOYSTICK
goto in2
:in1
if exist NOJOYSTICK rename NOJOYSTICK JOYSTICK
:in2
goto abort
:noarg
Echo Type CONFIG Y if you have a joystick,
Echo CONFIG N if you are not using one.
:abort