home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 September (Special Edition) / Joystick-HS07-CD3.iso / bat / dig.bat < prev    next >
DOS Batch File  |  1995-08-22  |  294b  |  29 lines

  1. cd\
  2. archive
  3. cls
  4. @echo off
  5. if exist d:\joystick.bat goto menu1
  6. if exist e:\joystick.bat goto menu2
  7. if exist f:\joystick.bat goto menu3
  8. if exist g:\joystick.bat goto menu4
  9.  
  10. :menu1
  11. d:
  12. cd\
  13. joystick
  14.  
  15. :menu2
  16. e:
  17. cd\
  18. joystick
  19.  
  20. :menu3
  21. f:
  22. cd\
  23. joystick
  24.  
  25. :menu4
  26. g:
  27. cd\
  28. joystick
  29.