home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 7 / CDGOLD.iso / t / tmain.bat < prev   
Encoding:
DOS Batch File  |  1996-01-23  |  1.4 KB  |  38 lines

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU T
  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 - Scopetrax                      2 - CD Box
  11. echo 3 - CD Player                      4 - CD Pro
  12. echo 5 - Fret Calculators               6 - Metrotune
  13. echo 7 - Digi Music Box                 8 - Accu Music System
  14. echo 9 - Recorder                       a - Organize Your Music
  15. echo b - Music Maker                    c - Poco a Poco
  16. echo.
  17. echo They will be placed in a directory called WAREZ, delete this to remove
  18. echo the files and utilities.
  19. echo.
  20. choice /c:123456789abc /n Choose option: 
  21. if errorlevel 12 pkunzip c.zip c:\warez\poco -d
  22. if errorlevel 11 pkunzip b.zip c:\warez\musmak -d
  23. if errorlevel 10 pkunzip a.zip c:\warez\orgmus -d
  24. if errorlevel 9 pkunzip 9.zip c:\warez\recor -d
  25. if errorlevel 8 pkunzip 8.zip c:\warez\accu -d
  26. if errorlevel 7 pkunzip 7.zip c:\warez\digibo -d
  27. if errorlevel 6 pkunzip 6.zip c:\warez\metrot -d
  28. if errorlevel 5 pkunzip 5.zip c:\warez\fretca -d
  29. if errorlevel 4 pkunzip 4.zip c:\warez\cdpro -d
  30. if errorlevel 3 pkunzip 3.zip c:\warez\cdplay -d
  31. if errorlevel 2 pkunzip 2.zip c:\warez\cdbox -d
  32. if errorlevel 1 pkunzip 1.zip c:\warez\scope -d
  33. pause
  34. cd\
  35. cd menus
  36. main
  37.  
  38.