home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / PA / PA008A.ZIP / MISMGR / GO.BAT next >
DOS Batch File  |  1990-05-17  |  587b  |  21 lines

  1. echo off
  2. cls
  3. copy a:\mismgr\pkunzip.exe
  4. cd \
  5. copy a:\mismgr\mismgr.bat
  6. cd mismgr
  7. pkunzip a:\mismgr\*.zip
  8. cls
  9. echo The data files and report forms are now installed.  Please insert
  10. echo the second disk.
  11. pause
  12. echo Installing . . .
  13. pkunzip a:mismgr.zip
  14. del pkunzip.exe
  15. cls
  16. cd \
  17. echo The MIS Manager has now been installed.  To run the program, enter
  18. echo MISMGR from the dos prompt.  To print out the user manual, insert Disk One
  19. echo and type A:MANUAL or use your word processor to access the files on The
  20. echo MIS Manager Disk One in the subdirectory called MANUAL.
  21.