home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 7 / CDGOLD.iso / l / lmain.bat < prev   
Encoding:
DOS Batch File  |  1996-01-23  |  922 b   |  29 lines

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU L
  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 - Turbo Flow            2 - FlowDraw
  11. echo 3 - Flow Lib            4 - Charts Unlimited
  12. echo 5 - Chartist            6 - Super Flow
  13. echo.
  14. echo They will be placed in a directory called WAREZ, delete this to remove
  15. echo the files and utilities.
  16. echo.
  17. choice /c:123456 /n Choose option: 
  18. if errorlevel 6 pkunzip 6.zip c:\warez\suflow -d
  19. if errorlevel 5 pkunzip 5.zip c:\warez\chartis -d
  20. if errorlevel 4 pkunzip 4.zip c:\warez\chunl -d
  21. if errorlevel 3 pkunzip 3.zip c:\warez\flolib -d
  22. if errorlevel 2 pkunzip 2.zip c:\warez\flodra -d
  23. if errorlevel 1 pkunzip 1.zip c:\warez\turbflo -d
  24. pause
  25. cd\
  26. cd menus
  27. main
  28.  
  29.