home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 24 / ISSUE_24_SEP_1988 / DAYPLAN / INSTALLF.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-01-01  |  896 b   |  23 lines

  1. ECHO OFF
  2. cls
  3. ECHO To run DayPlan on a floppy disk only system you must use the
  4. ECHO RamDrive as a dummy hard disk and copy the DayPlan data from
  5. ECHO the RamDrive to your boot flopy disk before powering down the
  6. ECHO computer. The RamDrive must be a minimum of 16Kbyte large.
  7. ECHO.
  8. ECHO Do the following:
  9. ECHO.
  10. ECHO 1) Create a DAYPLAN directory in the root directory of your boot disk.
  11. ECHO 2) Copy DAYPLAN*.* and QUIT.BAT into it.
  12. ECHO 3) ADD A:\DAYPLAN to the PATH command in the AUTOEXEC.BAT
  13. ECHO 4) Add the following line immediately after KEYBUK in the AUTOEXEC.BAT
  14. ECHO            MD C:\DAYPLAN
  15. ECHO            COPY A:\DAYPLAN\DAYPLAN.DAT C:\DAYPLAN >NUL
  16. ECHO            COPY A:\DAYPLAN\DAYPLAN.ALM C:\DAYPLAN >NUL
  17. ECHO            DAYPLAN
  18. ECHO.
  19. ECHO Before powering down the computer you must insert your boot
  20. ECHO disk into drive A: and type QUIT
  21. ECHO.
  22. PAUSE
  23.