home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / finance / billdr21.zip / MANUAL.BAT < prev    next >
DOS Batch File  |  1993-06-12  |  1KB  |  33 lines

  1. &echo on
  2. rem ***The Bill Drawer Manual Installation Procedure***
  3. rem
  4. rem Assuming %1 is the location of distribution files (unzipped)
  5. rem Assuming %1 does not have an ending back slash
  6. rem Assuming %2 is the directory to install to
  7. rem Assuming %2 does not have an ending back slash
  8. rem Assuming %2\DATA directory has been created
  9. rem Assuming %2\BACKUP directory has been created
  10. pause OK to continue?
  11. copy %1\mapio.dll    %2
  12. copy %1\maputil.dll  %2
  13. copy %1\wbtrcall.dll %2
  14. copy %1\mapmain.exe  %2
  15. copy %1\maphelp.hlp  %2
  16. copy %1\map0200.ini  %2
  17. copy %1\readme.txt   %2
  18. copy %1\register.txt %2
  19. rem
  20. rem Copying demonstration files
  21. copy %1\bnk0200.dat  %2\DATA
  22. copy %1\cat0200.dat  %2\DATA
  23. copy %1\frm0200.dat  %2\DATA
  24. copy %1\hst0200.dat  %2\DATA
  25. copy %1\inv0200.dat  %2\DATA
  26. copy %1\rpt0200.dat  %2\DATA
  27. copy %1\sec0200.dat  %2\DATA
  28. copy %1\ven0200.dat  %2\DATA
  29. rem
  30. rem Distribution files have been copied
  31. rem Please continue with remaining installation steps
  32. pause OK to continue?
  33.