home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO Financial Navigator
- ECHO Installation for hard-disk system
- ECHO *********************************
- ECHO
- ECHO ** WELCOME!
- ECHO
- ECHO Before you continue with this procedure, please make certain
- ECHO you have read the installation instructions for a hard disk system.
- ECHO
- SET FN=%1
- IF "%1==" SET FN=C:\FN
- ECHO We will now create a new subdirectory %FN%
- ECHO and make it the current subdirectory.
- ECHO
- ECHO If you do NOT want your new subdirectory named %FN% then stop here
- ECHO and type "INSHARD C:\xxxx" , where C:\xxxx is the name you want.
- ECHO
- ECHO ** If you wish to continue, press any key.
- ECHO
- ECHO If you want to stop here, hold down [Ctrl] and press "C".
- ECHO When you are asked if you want to "Terminate batch job (Y/N)?",
- ECHO press "Y".
- PAUSE
- CLS
- ECHO ON
- MD %FN%
- CD %FN%
- ECHO OFF
- ECHO
- ECHO ** Your new subdirectory:
- ECHO
- CD
- ECHO
- ECHO has been created and will be the subdirectory
- ECHO where the programs will be copied to.
- ECHO
- ECHO Please put write-protect tabs on your PROGRAM,
- ECHO REPORTS, and UTILITY diskettes now.
- ECHO
- ECHO ** If you wish to continue, press any key.
- ECHO
- ECHO If you want to stop here, hold down [Ctrl] and press "C".
- ECHO When you are asked if you want to "Terminate batch job (Y/N)?",
- ECHO press "Y".
- ECHO
- PAUSE
- CLS
- ECHO ** We will now run the rest of the installation procedure from
- ECHO the hard disk.
- :IFPROG
- ECHO
- ECHO Please make sure your PROGRAM diskette is in drive A:.
- ECHO
- PAUSE
- IF NOT exist A:INSHARD1.BAT GOTO IFPROG
- SET FN=
- IF "%1==" SET FN=C:\
- ECHO ON
- COPY A:INSHARD1.BAT INSHARD1.BAT
- INSHARD1 %FN%