home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- cls
- ECHO To run DayPlan on a floppy disk only system you must use the
- ECHO RamDrive as a dummy hard disk and copy the DayPlan data from
- ECHO the RamDrive to your boot flopy disk before powering down the
- ECHO computer. The RamDrive must be a minimum of 16Kbyte large.
- ECHO.
- ECHO Do the following:
- ECHO.
- ECHO 1) Create a DAYPLAN directory in the root directory of your boot disk.
- ECHO 2) Copy DAYPLAN*.* and QUIT.BAT into it.
- ECHO 3) ADD A:\DAYPLAN to the PATH command in the AUTOEXEC.BAT
- ECHO 4) Add the following line immediately after KEYBUK in the AUTOEXEC.BAT
- ECHO MD C:\DAYPLAN
- ECHO COPY A:\DAYPLAN\DAYPLAN.DAT C:\DAYPLAN >NUL
- ECHO COPY A:\DAYPLAN\DAYPLAN.ALM C:\DAYPLAN >NUL
- ECHO DAYPLAN
- ECHO.
- ECHO Before powering down the computer you must insert your boot
- ECHO disk into drive A: and type QUIT
- ECHO.
- PAUSE