home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 1994 December / CD-ROM.ISO / unp / unpack.bat < prev   
DOS Batch File  |  1994-01-17  |  263b  |  24 lines

  1. @echo off
  2. :TOP
  3. \go-menu unp.mnu
  4. if errorlevel 4 goto END
  5. if errorlevel 3 goto HELP
  6. if errorlevel 2 goto INFO
  7. if errorlevel 1 goto UNP
  8. goto TOP
  9.  
  10. :UNP
  11. call instunp.bat
  12. goto TOP
  13.  
  14. :INFO
  15. see info.txt
  16. goto TOP
  17.  
  18. :HELP
  19. see help.txt
  20. goto TOP
  21.  
  22. :END
  23.  
  24.