home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS1 / DMU172.ZIP / DMENU.BAT next >
DOS Batch File  |  1994-01-31  |  159b  |  13 lines

  1. @echo off
  2. set t=c:\temp.fil
  3.  
  4. :loop
  5. c:\menu\dougmenu.exe %1 %2 %3
  6. if errorlevel==2 %t%
  7. if errorlevel==1 goto quit
  8. call %t%
  9. goto loop
  10.  
  11. :quit
  12. set t=
  13.