home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / famapi.zip / INCLUDE.ZIP / SAVE.BTM < prev    next >
Text File  |  1993-06-13  |  1KB  |  45 lines

  1. @ECHO OFF
  2. SETLOCAL
  3.  
  4. ECHO SAVE V1.0 Save the Standard C++ Library header files
  5. ECHO (c) Copyright 1992 Jonathan de Boyne Pollard.  All rights reserved.
  6.  
  7. iff %_DOS EQ DOS then
  8.         set ZipCmd=pkzip -uP -wHS -ex
  9. else
  10.         set ZipCmd=zip -u -9
  11. endiff
  12.  
  13. %ZipCmd% -r Include
  14.  
  15. text | pkzip include -z
  16. C++ Library Headers
  17.  
  18.      ═══════════════════════════════════════════════════════════════════
  19.         JdeBP C++ Library Headers        General Public Licence v1.00
  20.              Copyright (c) 1991-1993  Jonathan de Boyne Pollard
  21.      ═══════════════════════════════════════════════════════════════════
  22.  
  23.                        Release 1.00 -- 13th June 1993
  24.  
  25.            You will need Info-ZIP's UNZIP to extract this archive,
  26.                or use the -D option to PKUNZIP version 2.04g.
  27.  
  28.   = All batch files were written for the 4DOS or 4OS2 command processors. =
  29.  
  30. endtext
  31. describe Include.zip "ZIP file of the C++ Library Headers"
  32.  
  33. :AGAIN1
  34. iff not %@READY[A:] EQ 1 then
  35. elseiff not "%@LABEL[A:]" EQ "CPP HEADERS" then
  36.     echo That is not the correct disc
  37. else
  38.     goto READY1
  39. endiff
  40. Pause Insert "C++ HEADERS" disc in drive A: and press any key :
  41. goto AGAIN1
  42. :READY1
  43.  
  44. copy /u Include.zip a:\
  45.