home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 297.img / DINO.ZIP / CONFIG.BAT < prev    next >
DOS Batch File  |  1990-02-03  |  320b  |  16 lines

  1. Echo off
  2. Echo - - - - 
  3. if .%1==. goto NOARG
  4. IF %1==Y goto in1
  5. IF %1==y goto in1
  6. if exist JOYSTICK rename JOYSTICK NOJOYSTICK
  7. goto in2
  8. :in1
  9. if exist NOJOYSTICK rename NOJOYSTICK JOYSTICK
  10. :in2
  11. goto abort
  12. :noarg
  13. Echo Type CONFIG Y if you have a joystick,
  14. Echo      CONFIG N if you are not using one.
  15. :abort
  16.