home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / backup.bat < prev    next >
DOS Batch File  |  1992-02-11  |  182b  |  12 lines

  1. call pd
  2.  
  3. call del-bak
  4.  
  5. set OPTIONS1=-x*.obj -x*.exe -x*.old -x*.bak -x*.lib -x*.sym -x*.map -x*.o -x*.a
  6.  
  7. pkzip -ex -rp -u \sources\sheli\c\irit-sm %OPTIONS1%
  8.  
  9. call pp
  10. set OPTIONS1=
  11.  
  12.