home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / util2src / hinstall.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-17  |  787 b   |  20 lines

  1. :==============================================================================
  2. : Install utilities
  3. : 04/15/91 - Install in both e:\util c:\usr\dosutil (under DOSMerge).
  4. : 04/17/91 - Install in c:\u\brian\bin
  5. : 05/18/91 - Use ccp instead of bcopy.
  6. : 12/08/92 - Add du.exe to list.
  7. : 12/30/92 - Install in c:\bin
  8. : 11/17/93 - No more BookMaster-related stuff.
  9. :==============================================================================
  10. :
  11. @echo off
  12. echo Press any key to install utilities ...
  13. pause >nul
  14. :
  15. :bcopy -c:\u\brian\bin ccp.exe ccmt.exe cdir.exe chmod.exe list2bm.exe ls.exe
  16. :bcopy -c:\u\brian\bin t2bm.exe crc*.exe mkbm.bat cdx.bat ccp.exe
  17. :
  18. ccp ccp.exe ccmt.exe cdir.exe chmod.exe ls.exe grep.exe c:\bin
  19. ccp ccp.exe crc*.exe cdx.bat ccp.exe du.exe c:\bin
  20.