home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 March / WHAT_PC_MAR_96.ISO / readme.bat < prev    next >
Encoding:
DOS Batch File  |  1995-12-03  |  800 b   |  28 lines

  1. @echo off
  2. cls
  3. echo WHAT PC MASTER CD-ROM
  4. echo"
  5. echo INFORMATION FOR DOS USERS
  6. echo"
  7. echo You can run the Dos programs on this disk by changing
  8. echo to the directory \DOS and then running any of the batch files.
  9. echo To do this make sure you are in Dos then (if your CD-Rom drive
  10. echo is D) type:
  11. echo"
  12. echo   D:
  13. echo   CD \DOS
  14. echo   DIR
  15. echo"
  16. echo If your CD-Rom drive uses another letter, replace the D: with
  17. echo the correct command.
  18. echo"
  19. echo This will display the available files which you can run by typing
  20. echo in the name of your choice and then pressing Return.
  21. echo"
  22. echo Windows users should run the file \WHATPC.EXE from File Manager
  23. echo or Windows 95 Explorer (Not from Program Manager or it won't work).
  24. echo"
  25. echo Press any key to return...
  26. pause >nul
  27. cls
  28.