home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -----------------------------------------------------------------------
- echo MENU P
- echo -----------------------------------------------------------------------
- echo.
- echo Please choose one of the following files to decompress onto your hard
- echo drive:
- echo.
- echo 1 - AC12to10 2 - AAPlay
- echo 3 - Badge11 4 - BCB
- echo 5 - Cimage 6 - Cinema
- echo 7 - Morph V2.1 8 - Drawsome
- echo 9 - Sketch a - Express Graph
- echo b - Homeplan c - Image Talk
- echo d - Jailbird e - Cool Pics
- echo f - Mandelbrot Julia g - Multimedia Maker
- echo h - Objcost i - Professional Capture System
- echo j - Photoplay k - Pixfolio
- echo l - Printcad m - Printer GFD
- echo n - Printgl o - Photoshow 3D
- echo p - Purge q - Realize
- echo r - Raytracing Animation s - SC Scripter
- echo t - Show Maker u - Screen Thief
- echo v - Take One w - Top Draw
- echo x - Top Draw 2 y - Versamap
- echo z - Vendinfo
- echo.
- echo They will be placed in a directory called WAREZ, delete this to remove
- echo the files and utilities.
- echo.
- choice /c:123456789abcdefghijklmnopqrstuvwxyz /n Choose option:
- if errorlevel 35 pkunzip z.zip c:\warez\vendin -d
- if errorlevel 34 pkunzip y.zip c:\warez\versam -d
- if errorlevel 33 pkunzip x.zip c:\warez\td2 -d
- if errorlevel 32 pkunzip w.zip c:\warez\topdr -d
- if errorlevel 31 pkunzip v.zip c:\warez\takone -d
- if errorlevel 30 pkunzip u.zip c:\warez\st -d
- if errorlevel 29 pkunzip t.zip c:\warez\showmak -d
- if errorlevel 28 pkunzip s.zip c:\warez\scscri -d
- if errorlevel 27 pkunzip r.zip c:\warez\raytran -d
- if errorlevel 26 pkunzip q.zip c:\warez\realiz -d
- if errorlevel 25 pkunzip p.zip c:\warez\purge -d
- if errorlevel 24 pkunzip o.zip c:\warez\photos -d
- if errorlevel 23 pkunzip n.zip c:\warez\printgl -d
- if errorlevel 22 pkunzip m.zip c:\warez\printgfd -d
- if errorlevel 21 pkunzip l.zip c:\warez\printcad -d
- if errorlevel 20 pkunzip k.zip c:\warez\pixfoli -d
- if errorlevel 19 pkunzip j.zip c:\warez\photopl -d
- if errorlevel 18 pkunzip i.zip c:\warez\pcapsys -d
- if errorlevel 17 pkunzip h.zip c:\warez\objco -d
- if errorlevel 16 pkunzip g.zip c:\warez\mmmake -d
- if errorlevel 15 pkunzip f.zip c:\warez\manjul -d
- if errorlevel 14 pkunzip e.zip c:\warez\coolpic -d
- if errorlevel 13 pkunzip d.zip c:\warez\jailb -d
- if errorlevel 12 pkunzip c.zip c:\warez\imgetlk -d
- if errorlevel 11 pkunzip b.zip c:\warez\homepl -d
- if errorlevel 10 pkunzip a.zip c:\warez\expgrap -d
- if errorlevel 9 pkunzip 1.zip c:\warez\sketch -d
- if errorlevel 8 pkunzip 8.zip c:\warez\draws -d
- if errorlevel 7 pkunzip 7.zip c:\warez\morph -d
- if errorlevel 6 pkunzip 6.zip c:\warez\cinem -d
- if errorlevel 5 pkunzip 5.zip c:\warez\cimage -d
- if errorlevel 4 pkunzip 4.zip c:\warez\bcb -d
- if errorlevel 3 pkunzip 3.zip c:\warez\badge1 -d
- if errorlevel 2 pkunzip 2.zip c:\warez\aaplay -d
- if errorlevel 1 pkunzip 1.zip c:\warez\ac12 -d
- pause
- cd\
- cd menus
- main
-
-