home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / util2src / save.bat < prev    next >
Encoding:
DOS Batch File  |  1992-01-15  |  565 b   |  12 lines

  1. : SAVE.BAT : Save critical files for C developement.    Brian E. Yoder
  2. : 04/22/88 - Initial version.
  3. : 04/03/91 - Updated for C/2.
  4. : 05/18/91 - Use ccp instead of bcopy.
  5. : 05/31/91 - Use ! option of ccp, now that ccp has proven itself.
  6. : 01/15/91 - Use -f option of ccp to force update of read-only files, if any.
  7. :
  8. :bcopy -a: make*.* *.bat *.sys *.c *.h *.rsp *.lnk *.def *.doc *.txt *.obj *.exe *.lib *.pkg
  9. :ccp make* *.bat *.sys *.c *.h *.rsp *.lnk *.def *.doc *.txt *.obj *.exe *.lib *.pkg a:
  10.  
  11. ccp -f * ! *.lst *.map *.cod *.zip *.ref *.lnk *.rsp a:
  12.