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

  1. PAUSE PLACE MASTER DISK IN DRIVE A
  2. echo off
  3. cls
  4. echo Copying Eight Checkpro support Files
  5. echo.
  6. echo Place blank disk for program in drive 2
  7. pause 
  8. echo.
  9. copy %1:checkpr5.exe %2:
  10. if not exist %2:checkpr5.exe goto err
  11. echo.
  12. echo Place another blank disk for data in drive 2
  13. pause 
  14. echo.
  15. copy %1:chkdata.dbf %2:
  16. copy %1:dpdata.dbf %2:
  17. copy %1:wddata.dbf %2:
  18. copy %1:ccode.dbf %2:
  19. copy %1:help.dbf %2:
  20. copy %1:disburs.dbf %2:
  21. copy %1:zcolor.mem %2:
  22. b:
  23. goto ok
  24.  
  25. :ok
  26. a:
  27. echo.
  28. echo  Installation successful
  29. echo.
  30. echo  To use program, place your Program disk in drive B and your Data disk
  31. echo.
  32. echo  in drive A, and enter the command 'B;CHECKPR5' (default drive must be A) 
  33. echo.
  34. goto exit
  35. :err
  36. cls
  37. echo Command format is
  38. echo.
  39. echo       INSTALLD s t 
  40. echo.
  41. echo       where s = source drive containing Original diskette
  42. echo       where t = target drive to contain installed copy 
  43. echo.
  44. echo       (be sure the diskette is formatted and blank.
  45. echo.
  46. echo.
  47. echo For example, to install from drive A to drive B, enter the command
  48. echo.
  49. echo       INSTALLB A B
  50. echo.
  51. echo Checkpro will be installed to drive B.
  52. echo.
  53. echo.
  54. echo If you are installing to a HARD DISK use INSTALLH
  55. echo.
  56. echo.
  57. echo.
  58. goto exit
  59. :exit
  60. echo.
  61. echo rem
  62.  
  63.