home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2003 April / VPR0304.ISO / OLS / ZIPS3001 / zips3001.lzh / PACK.BAT next >
DOS Batch File  |  1998-10-11  |  284b  |  17 lines

  1. set arcname=zips3001
  2. rm -r package
  3. mkdir package
  4.  
  5. gdiff -urP origsrc src > sfx32gui.dif
  6.  
  7. cp sfx32gui.txt package\ 
  8. cp src\release\unzipsfx.exe package\sfx32gui.dat
  9. cp sfx32gui.dif package\
  10. cp pack.bat package\
  11.  
  12. cd package\
  13. lha a %arcname%
  14. copy %arcname%.lzh ..
  15. cd ..
  16.  
  17.