home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / q / qtax.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-05  |  1KB  |  37 lines

  1. @echo off
  2. @ECHO     INSTALL {from drive} {to drive}, i.e., INSTALL A C or INSTALL B C
  3. if "%2"=="" goto end
  4. @ECHO.
  5. @ECHO                CREATING DIRECTORY C:\QUICKTAX
  6. cd\
  7. %2:
  8. cd\
  9. MD QUICKTAX
  10. %1:
  11. copy %1:\quicktax.exe %2:\quicktax\*.*
  12. copy %1:\read.me %2:\quicktax\*.*
  13. copy %1:\describe.doc %2:\quicktax\*.*
  14. copy %1:\vendor.doc %2:\quicktax\*.*
  15. copy %1:\sysop.doc %2:\quicktax\*.*
  16. copy %1:\license.doc %2:\quicktax\*.*
  17. copy %1:\register.doc %2:\quicktax\*.*
  18. copy %1:\warranty.doc %2:\quicktax\*.*
  19. copy %1:\packing.lst %2:\quicktax\*.*
  20. %2:
  21. CD\quicktax
  22. dir
  23. @ECHO.
  24. @ECHO                QuickTax INSTALLATION COMPLETED
  25. @ECHO.
  26. @ECHO                To run the program from the QUICKTAX subdirectory type:
  27. @ECHO.
  28. @ECHO                QUICKTAX {Then Press Enter}
  29. @ECHO.
  30. @ECHO.
  31. @ECHO    To install the program in memory automatically when you boot up,
  32. @ECHO    add the following line to the end of your AUTOEXEC.BAT file:
  33. @ECHO.
  34. @ECHO                C:\QUICKTAX\QUICKTAX.EXE
  35. @ECHO.
  36. :end
  37.