home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / psuper.zip / PINSTALL.BAT next >
DOS Batch File  |  1990-02-07  |  1KB  |  33 lines

  1. ECHO OFF
  2. CLS
  3. echo Ready to install PERSONNEL SUPERVISOR on your computer's hard disk.
  4. echo This program will create a subdirectory called PSUPER, install the 
  5. echo program in that directory, create a batch file in the C: root directory
  6. echo to help you run the main program in the future, and will run the
  7. echo second half of the installation program.
  8. echo *****************************************************************
  9. echo Press any key to continue OR . . .
  10. echo    If you do not want to do this now, hold down the CTRL key and
  11. echo    press the C key once.  Then answer Y to the following question.
  12. pause>NUL
  13. c:
  14. cd \
  15. md PSUPER
  16. cd \PSUPER
  17. echo Now copying PERSONNEL SUPERVISOR files from the distribution disk.
  18. copy A:PSUPER.EXE /v
  19. cd \PSUPER
  20. IF EXIST A:READ.ME GOTO RCOPY
  21. IF NOT EXIST A:READ.ME GOTO END
  22. :RCOPY
  23. COPY A:READ.ME
  24. GOTO END
  25. :END
  26. echo *** PERSONNEL SUPERVISOR has been successfully installed on your
  27. echo hard disk.  Press any key to complete the installation.
  28. pause>NUL
  29. PSUPER
  30. C:
  31. CD \
  32. ECHO ON
  33.