home *** CD-ROM | disk | FTP | other *** search
/ 8+1 Entertainment Pack: Game Pack 2 / VOL02.bin / go.bat next >
Encoding:
DOS Batch File  |  1995-09-27  |  207 b   |  12 lines

  1. @echo off
  2. menu.exe /P %1 %2 %3 %4 %5 %6
  3. if errorlevel=3 goto DoCommand
  4. if errorlevel=2 goto DoCommand
  5. if errorlevel=1 goto DoCommand
  6. goto EndIt
  7.  
  8. :DoCommand
  9. tempwork.bat %1 %2 %3 %4 %5 %6
  10.  
  11. :EndIt
  12.