home *** CD-ROM | disk | FTP | other *** search
- @echo off
- md c:\warez
- cls
- echo ------------------------------------------------------------------------
- echo WELCOME TO THE CD-ROM USER GOLD ISSUE ONE COVER DISK
- ECHO ------------------------------------------------------------------------
- ECHO.
- ECHO This disk has been divided into sections to make file selection simpler.
- echo.
- echo Please choose a subject area from the list below:
- echo.
- echo A - Astronomy B - Artificial Intelligence
- echo C - Biology D - Business
- echo E - CAD F - Chemistry
- echo G - Communications H - Database
- echo I - Education J - Electrics
- echo K - Finances L - Flowcharts
- echo M - Fractals N - Games Menu
- echo O - Genealogy P - Graphics
- echo Q - Hobbies R - Lottery
- echo S - Multimedia T - Music
- ECHO U - Raytracing V - Religion
- ECHO W - Spreadsheets X - Utilities Menu
- ECHO Y - Virus Checkers Z - Windows goodies
- echo xx - Quit this program
- echo.
- prompt Enter Choice:
-
-