home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / rehack / makezips.bat < prev   
Encoding:
DOS Batch File  |  1993-07-01  |  465 b   |  22 lines

  1. @echo off
  2.  
  3. scan c:. /sub /nomem
  4.  
  5. call makeazip apps     rhapps
  6. call makeazip contain  rhcont
  7. call makeazip convers  rhconv
  8. call makeazip demosrc  rhdemo
  9. call makeazip event    rhevt
  10. call makeazip game     rhgame
  11. call makeazip general  rhgen
  12. call makeazip graphics rhgrap
  13. call makeazip memory   rhmem
  14. call makeazip pics     rhpics
  15. call makeazip sound    rhsnd
  16. call makeazip text     rhtext
  17. call makeazip window   rhwin
  18.  
  19. pkzip -u rehack *.bat
  20.  
  21.  
  22.