home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / STATM_CA.ZIP / INSTALL.BAT next >
DOS Batch File  |  1991-09-01  |  963b  |  34 lines

  1. echo off
  2. cls
  3. if not %2x==x goto START
  4. goto BEGIN
  5. :BEGIN
  6. echo.
  7. echo.
  8. echo   To install StatMaster to drive C, in a subdirectory called CA
  9. echo   (for California), type "INSTALL C CA", then press ENTER (─┘).
  10. echo.
  11. echo   To install StatMaster to another drive and/or subdirectory, use
  12. echo   the syntax: "INSTALL drivename subdirectory".
  13. echo.
  14. echo   Please type your command line at the prompt now . . .
  15. echo.
  16. goto FINISH
  17. :START
  18. echo.
  19. stat-ca %1:\%2 /w /p
  20. echo.
  21. echo                The installation is now complete . . .
  22. echo.
  23. echo      For an introduction to StatMaster, type "INFO" then press Enter.
  24. echo.
  25. echo      To start the program, make sure you are logged onto the sub-
  26. echo      directory you created, type "CA", then press the Enter key (─┘).
  27. echo.
  28. echo      If you have any difficulty with this installation or with any
  29. echo      other aspect of StatMaster, please call us at (602)491-0022.
  30. echo.
  31. %1:
  32. cd \%2
  33. :FINISH
  34.