home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 7 / CDGOLD.iso / c / cmain.bat < prev   
Encoding:
DOS Batch File  |  1996-01-23  |  1.1 KB  |  31 lines

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU C
  5. echo -----------------------------------------------------------------------
  6. echo.
  7. echo Please choose one of the following files to decompress onto your hard
  8. echo drive:
  9. echo.
  10. echo 1 - Baseditor                      2 - Cumulative Changes
  11. echo 3 - Build-A-Fish                   4 - Curacao
  12. echo 5 - Spermatogenesis                6 - Comparative Biology
  13. echo 7 - Virus Text                                
  14. echo.
  15. echo They will be placed in a directory called WAREZ, delete this to remove
  16. echo the files and utilities.
  17. echo.
  18. choice /c:1234567 /n Choose option: 
  19. if errorlevel 7 pkunzip 7.zip c:\warez\virus -d
  20. if errorlevel 6 pkunzip 6.zip c:\warez\compbio -d
  21. if errorlevel 5 pkunzip 5.zip c:\warez\sperma -d
  22. if errorlevel 4 pkunzip 4.zip c:\warez\curacao -d
  23. if errorlevel 3 pkunzip 3.zip c:\warez\builda -d
  24. if errorlevel 2 pkunzip 2.zip c:\warez\cumula -d
  25. if errorlevel 1 pkunzip 1.zip c:\warez\based -d
  26. pause
  27. cd\
  28. cd menus
  29. main
  30.  
  31.