home *** CD-ROM | disk | FTP | other *** search
/ Personal Computing Magazine 1988 July / JULY_1988_DISK_2 / HARD.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-01-01  |  507 b   |  24 lines

  1. ECHO OFF>NUL
  2. CLS
  3. ECHO This program will create a directory on your hard disc called PCAJULY
  4. ECHO in which it will store the programs.
  5. ECHO .
  6. ECHO If you wish to continue press any key. Otherwise type Ctrl-C.
  7. ECHO .
  8. PAUSE
  9. CLS
  10. C:
  11. MD \PCAJULY
  12. CD \PCAJULY
  13. A:
  14. ARCE CHI C:\PCAJULY
  15. ARCE BOX C:\PCAJULY
  16. ARCE EB C:\PCAJULY
  17. ARCE PW C:\PCAJULY
  18. ARCE WL C:\PCAJULY
  19. C:
  20. CLS
  21. ECHO The programs are now ready to use.
  22. ECHO .
  23. ECHO Please refer to this month's PCA for details on how to use the programs.
  24.