home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo WHAT PC MASTER CD-ROM
- echo"
- echo INFORMATION FOR DOS USERS
- echo"
- echo You can run the Dos programs on this disk by changing
- echo to the directory \DOS and then running any of the batch files.
- echo To do this make sure you are in Dos then (if your CD-Rom drive
- echo is D) type:
- echo"
- echo D:
- echo CD \DOS
- echo DIR
- echo"
- echo If your CD-Rom drive uses another letter, replace the D: with
- echo the correct command.
- echo"
- echo This will display the available files which you can run by typing
- echo in the name of your choice and then pressing Return.
- echo"
- echo Windows users should run the file \WHATPC.EXE from File Manager
- echo or Windows 95 Explorer (Not from Program Manager or it won't work).
- echo"
- echo Press any key to return...
- pause >nul
- cls
-