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

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU M
  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 - MBS                2 - Mandelbrot Magic
  11. echo 3 - Fractal Grafics        4 - GCP + Metaplay
  12. echo 5 - Recursive Realms        6 - Fractint
  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\frtint -d
  19. if errorlevel 5 pkunzip 5.zip c:\warez\recurs -d
  20. if errorlevel 4 pkunzip 4.zip c:\warez\gcp -d
  21. if errorlevel 3 pkunzip 3.zip c:\warez\frgraf -d
  22. if errorlevel 2 pkunzip 2.zip c:\warez\mandelm -d
  23. if errorlevel 1 pkunzip 1.zip c:\warez\mbs -d
  24. pause
  25. cd\
  26. cd menus
  27. main
  28.  
  29.