home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 452 / kwikload.bat < prev    next >
DOS Batch File  |  1986-10-06  |  2KB  |  51 lines

  1. echo off;
  2. cls
  3. echo ************************************************************
  4. echo *                 Installation of KWIKSTAT                 *
  5. echo *                      on HARD DISK C:                     *
  6. echo *                                                          *
  7. echo ************************************************************  
  8. echo -------------------------------------------------------------  
  9. echo This routine loads the KWIKSTAT program onto a hard disk
  10. echo subdirectory named C:\KWIKSTAT. If this directory already
  11. echo exists, the old version is replaced with the new.
  12. echo -------------------------------------------------------------  
  13. echo NOTE:If you get the message "unable to create directory"
  14. echo during installation. It means that the KWIKSTAT directory is
  15. echo already created, and installation will still be normal.
  16. echo -------------------------------------------------------------
  17. echo If you are not certain you wish to continue, press CTRL BREAK
  18. echo If you are certain you wish to continue, then
  19. PAUSE
  20. md c:\KWIKSTAT
  21. copy *.exe c:\kwikstat
  22. copy read.me c:\kwikstat
  23. copy ks.bat c:\kwikstat
  24. copy *.hlp c:\kwikstat
  25. copy order c:\kwikstat
  26. :disk2
  27. echo -----------------------------------------------------------
  28. echo PLACE KWIKSTAT DISTRIBUTION DISKETTE NUMBER 2 IN DEFAULT
  29. echo DRIVE, AND PRESS ENTER...
  30. echo -----------------------------------------------------------
  31. pause
  32. if not exist stat3.exe goto oops
  33. copy *.exe c:\kwikstat
  34. copy ks.doc c:\kwikstat
  35. copy *.dbf c:\kwikstat
  36. copy *.dat c:\kwikstat
  37. copy KSROOT.BAT C:\KS.BAT
  38. echo ---------------------------------------------------------
  39. echo INSTALLATION IS COMPLETE!
  40. echo ---------------------------------------------------------
  41. goto End
  42. :oops
  43. echo oops!
  44. echo KWIKSTAT DISK 2 IS NOT IN THE DEFAULT DRIVE...
  45. goto :disk2
  46. :End
  47. ------------------------
  48. goto End
  49. :oops
  50. echo oops!
  51. e