home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / chkpro55.zip / INSTALLH.BAT < prev    next >
DOS Batch File  |  1989-04-10  |  1KB  |  46 lines

  1. PAUSE PLACE MASTER DISK IN DRIVE A
  2. echo off
  3. cls
  4. echo Copying Eight Checkpro support Files
  5. copy %1:checkpr5.exe %2:\%3
  6. copy %1:chkdata.dbf %2:\%3
  7. copy %1:dpdata.dbf %2:\%3
  8. copy %1:wddata.dbf %2:\%3
  9. copy %1:ccode.dbf %2:\%3
  10. copy %1:help.dbf %2:\%3
  11. copy %1:disburs.dbf %2:\%3
  12. copy %1:zcolor.mem %2:\%3
  13. if not exist %2:\%3\checkpr5.exe goto err
  14. echo.
  15. echo Installation successful
  16. echo.
  17. echo To use program, enter the command 'CHECKPR5'
  18. echo.
  19. goto exit
  20. :err
  21. cls
  22. echo Command format is
  23. echo.
  24. echo       INSTALLH s t d
  25. echo.
  26. echo       where s = source drive containing Original diskette
  27. echo       where t = target drive to contain installed copy 
  28. echo       where d = is directory on target drive 
  29. echo.
  30. echo.
  31. echo For example, to install from drive A to drive C:\CP, enter the command
  32. echo.
  33. echo       INSTALLH A C CP
  34. echo.
  35. echo Checkpro will be installed to the DIRECTORY CP of drive C.
  36. echo.
  37. echo.
  38. echo If you are installing to a DISKETTE, be sure the  diskette is formatted
  39. echo and blank, AND be sure to use INSTALLB
  40. echo.
  41. echo.
  42. echo.
  43. goto exit
  44. :exit
  45. echo rem
  46.