home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / sqz1083e.zip / Q.BAT < prev    next >
DOS Batch File  |  1993-01-22  |  197b  |  12 lines

  1. @echo off
  2. :MAIN
  3. shift
  4. if "%0" == "" goto END
  5. sqz u %0 /WSp1q0z1 %0\*.*
  6. if errorlevel 128 goto MAIN
  7. if errorlevel 1 goto ERROR
  8. goto MAIN
  9. :ERROR
  10. echo ERROR from SQZ while packing %0
  11. :END
  12.