home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / garage.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-07-18  |  1KB  |  30 lines

  1. @echo off
  2. echo Garage Sale Manager - Installation Procedure
  3. echo .
  4. echo You should be running this procedure from the
  5. echo appropriate diskette drive, A: or B:.  If you
  6. echo continue, the program will be installed on
  7. echo hard disk in a directory called C:\GARAGE.
  8. echo .
  9. echo If this is all correct, press ENTER.  If anything
  10. echo is incorrect, press Ctrl+C to end the install.
  11. echo You may install the program manually by copying
  12. echo all the files from this diskette to a directory
  13. echo of your choice.
  14. echo .
  15. pause
  16. echo .
  17. echo Creating C:\GARAGE
  18. md C:\GARAGE
  19. echo Copying files to C:\GARAGE
  20. copy *.* C:\GARAGE
  21. echo Installation complete.  To run the program, change
  22. echo to the C:\GARAGE directory and type GARAGE.  You
  23. echo should now print the documentation for the program.
  24. echo You may do this by one of the following commands:
  25. echo .
  26. echo PRINT C:\GARAGE\GARAGE.DOC   or
  27. echo COPY C:\GARAGE\GARAGE.DOC PRN
  28. echo .
  29. echo Thanks for choosing Garage Sale Manager.  We hope
  30. echo you enjoy it.