home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- scan c:. /sub /nomem
-
- call makeazip apps rhapps
- call makeazip contain rhcont
- call makeazip convers rhconv
- call makeazip demosrc rhdemo
- call makeazip event rhevt
- call makeazip game rhgame
- call makeazip general rhgen
- call makeazip graphics rhgrap
- call makeazip memory rhmem
- call makeazip pics rhpics
- call makeazip sound rhsnd
- call makeazip text rhtext
- call makeazip window rhwin
-
- pkzip -u rehack *.bat
-
-