home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / upcsh4.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-07-03  |  810b  |  27 lines

  1. @echo off
  2. if not "%1"=="" goto copyit
  3. Echo.
  4. Echo 'UPCOPY' updates directories by copying new 
  5. Echo and more recent files in both directions.
  6. Echo.
  7. Echo Installation copies UPC*.* and DC.BAT to a utilities directory or
  8. Echo DOS system directory you specify. This should be a directory listed
  9. Echo in the PATH variable below. Assuming a disk in drive A, commands
  10. Echo.
  11. Echo       A:
  12. Echo       INSTALL C:\directory 
  13. Echo.
  14. Echo do this.  If you leave UPCOPY in its own directory you should add
  15. Echo the directory to your PATH statement in AUTOEXEC.BAT.  Then you
  16. Echo will be able to use UPCOPY wherever you like.  Later if you want
  17. Echo to uninstall UPCOPY, just erase the files from your hard disk. 
  18. Echo.
  19. PATH
  20. Echo.
  21. goto end
  22. :copyit
  23. echo on
  24. UPCOPY/F UPC*.* %1
  25. UPCOPY/F DC.BAT %1
  26. :end
  27.