home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not %2x==x goto START
- goto BEGIN
- :BEGIN
- echo.
- echo.
- echo To install StatMaster to drive C, in a subdirectory called CA
- echo (for California), type "INSTALL C CA", then press ENTER (─┘).
- echo.
- echo To install StatMaster to another drive and/or subdirectory, use
- echo the syntax: "INSTALL drivename subdirectory".
- echo.
- echo Please type your command line at the prompt now . . .
- echo.
- goto FINISH
- :START
- echo.
- stat-ca %1:\%2 /w /p
- echo.
- echo The installation is now complete . . .
- echo.
- echo For an introduction to StatMaster, type "INFO" then press Enter.
- echo.
- echo To start the program, make sure you are logged onto the sub-
- echo directory you created, type "CA", then press the Enter key (─┘).
- echo.
- echo If you have any difficulty with this installation or with any
- echo other aspect of StatMaster, please call us at (602)491-0022.
- echo.
- %1:
- cd \%2
- :FINISH