home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / dmenu173.zip / DMENU.BAT < prev    next >
DOS Batch File  |  1994-05-09  |  227b  |  17 lines

  1. @echo off
  2. if %1.==. goto error
  3.  
  4. set t=c:\temp.fil
  5. :loop
  6. c:\menu\dougmenu.exe %1 %2 %3
  7. if errorlevel==2 %t%
  8. if errorlevel==1 goto quit
  9. call %t%
  10. goto loop
  11.  
  12. :error
  13. echo No menu script was specified.
  14.  
  15. :quit
  16. set t=
  17.