home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 7 / CDGOLD.iso / p / pmain.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-23  |  2.9 KB  |  73 lines

  1. @echo off
  2. cls
  3. echo -----------------------------------------------------------------------
  4. echo                               MENU P
  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 - AC12to10            2 - AAPlay
  11. echo 3 - Badge11            4 - BCB
  12. echo 5 - Cimage                6 - Cinema
  13. echo 7 - Morph V2.1            8 - Drawsome
  14. echo 9 - Sketch                a - Express Graph
  15. echo b - Homeplan            c - Image Talk
  16. echo d - Jailbird            e - Cool Pics
  17. echo f - Mandelbrot Julia        g - Multimedia Maker
  18. echo h - Objcost            i - Professional Capture System
  19. echo j - Photoplay            k - Pixfolio
  20. echo l - Printcad            m - Printer GFD
  21. echo n - Printgl            o - Photoshow 3D
  22. echo p - Purge                q - Realize
  23. echo r - Raytracing Animation        s - SC Scripter
  24. echo t - Show Maker            u - Screen Thief
  25. echo v - Take One            w - Top Draw
  26. echo x - Top Draw 2            y - Versamap
  27. echo z - Vendinfo
  28. echo.
  29. echo They will be placed in a directory called WAREZ, delete this to remove
  30. echo the files and utilities.
  31. echo.
  32. choice /c:123456789abcdefghijklmnopqrstuvwxyz /n Choose option: 
  33. if errorlevel 35 pkunzip z.zip c:\warez\vendin -d
  34. if errorlevel 34 pkunzip y.zip c:\warez\versam -d
  35. if errorlevel 33 pkunzip x.zip c:\warez\td2 -d
  36. if errorlevel 32 pkunzip w.zip c:\warez\topdr -d
  37. if errorlevel 31 pkunzip v.zip c:\warez\takone -d
  38. if errorlevel 30 pkunzip u.zip c:\warez\st -d
  39. if errorlevel 29 pkunzip t.zip c:\warez\showmak -d
  40. if errorlevel 28 pkunzip s.zip c:\warez\scscri -d
  41. if errorlevel 27 pkunzip r.zip c:\warez\raytran -d
  42. if errorlevel 26 pkunzip q.zip c:\warez\realiz -d
  43. if errorlevel 25 pkunzip p.zip c:\warez\purge -d
  44. if errorlevel 24 pkunzip o.zip c:\warez\photos -d
  45. if errorlevel 23 pkunzip n.zip c:\warez\printgl -d
  46. if errorlevel 22 pkunzip m.zip c:\warez\printgfd -d
  47. if errorlevel 21 pkunzip l.zip c:\warez\printcad -d
  48. if errorlevel 20 pkunzip k.zip c:\warez\pixfoli -d
  49. if errorlevel 19 pkunzip j.zip c:\warez\photopl -d
  50. if errorlevel 18 pkunzip i.zip c:\warez\pcapsys -d
  51. if errorlevel 17 pkunzip h.zip c:\warez\objco -d
  52. if errorlevel 16 pkunzip g.zip c:\warez\mmmake -d
  53. if errorlevel 15 pkunzip f.zip c:\warez\manjul -d
  54. if errorlevel 14 pkunzip e.zip c:\warez\coolpic -d
  55. if errorlevel 13 pkunzip d.zip c:\warez\jailb -d
  56. if errorlevel 12 pkunzip c.zip c:\warez\imgetlk -d
  57. if errorlevel 11 pkunzip b.zip c:\warez\homepl -d
  58. if errorlevel 10 pkunzip a.zip c:\warez\expgrap -d
  59. if errorlevel 9 pkunzip 1.zip c:\warez\sketch -d
  60. if errorlevel 8 pkunzip 8.zip c:\warez\draws -d
  61. if errorlevel 7 pkunzip 7.zip c:\warez\morph -d
  62. if errorlevel 6 pkunzip 6.zip c:\warez\cinem -d
  63. if errorlevel 5 pkunzip 5.zip c:\warez\cimage -d
  64. if errorlevel 4 pkunzip 4.zip c:\warez\bcb -d
  65. if errorlevel 3 pkunzip 3.zip c:\warez\badge1 -d
  66. if errorlevel 2 pkunzip 2.zip c:\warez\aaplay -d
  67. if errorlevel 1 pkunzip 1.zip c:\warez\ac12 -d
  68. pause
  69. cd\
  70. cd menus
  71. main
  72.  
  73.