home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / anim / odrive.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1993-04-08  |  243b  |  18 lines

  1. @echo off
  2. :BEGIN
  3. ODRIVE 0 %1
  4. :WHERE_TO
  5. if errorlevel  2 goto MAINMENU_SILENT
  6. if errorlevel  1 goto MAINMENU_AUDIO
  7. goto FINISHED
  8.  
  9. :MAINMENU_AUDIO
  10. ODRIVE 1 %1
  11. goto WHERE_TO
  12.  
  13. :MAINMENU_SILENT
  14. ODRIVE 2 %1
  15. goto WHERE_TO
  16.  
  17. :FINISHED
  18.