home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not %2x==x goto START
- goto BEGIN
- :BEGIN
- echo.
- echo.
- echo ╔══════════════════════════════════════════════════════════════════╗
- echo ║ To install StatMaster to drive C, in a subdirectory called MI, ║
- echo ║ type "INSTALL C MI", then press the Enter key (─┘). ║
- echo ║ ║
- echo ║ To install StatMaster to another drive and/or subdirectory, ║
- echo ║ use the syntax: "INSTALL drivename subdirectory". ║
- echo ║ ║
- echo ║ Please type your command line at the prompt now . . . ║
- echo ╚══════════════════════════════════════════════════════════════════╝
- echo.
- goto FINISH
- :START
- echo.
- stat-mi %1:\%2 /w
- echo.
- echo The installation is now complete . . .
- echo.
- echo ╔═════════════════════════════════════════════════════════════════╗
- echo ║ For an introduction to StatMaster Desktop Demographics, type ║
- echo ║ "INFO", then press the Enter key (─┘). ║
- echo ║ ║
- echo ║ To start the program, type "MI", then press the Enter key. ║
- echo ║ ║
- echo ║ If you have difficulty with this installation or with any ║
- echo ║ other aspect of StatMaster, please call us at (602)491-0022. ║
- echo. ╚═════════════════════════════════════════════════════════════════╝
- echo.
- %1:
- cd\%2
- :FINISH