home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / PCW41C.ZIP / MENUPRT.BAT < prev    next >
DOS Batch File  |  1993-07-12  |  323b  |  15 lines

  1. echo off
  2. menuprt1 %1
  3. if errorlevel 2 goto exit
  4. if errorlevel 1 menuprt2 // %1
  5. if errorlevel 2 goto exit
  6. if errorlevel 202 goto exit
  7. if errorlevel 203 goto exit
  8. if errorlevel 204 goto exit
  9. if errorlevel 1 menuprt3 // %1
  10. if errorlevel 2 goto exit
  11. if errorlevel 1 menuprt4 // %1
  12. if errorlevel 2 goto exit
  13. :exit
  14.  
  15.