home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VMS220.ZIP / UDC / EXTRACT.BAT next >
Encoding:
DOS Batch File  |  1993-01-20  |  271 b   |  9 lines

  1. if %1. == . goto end
  2. md %InsTempDir%\extract
  3. md %InsTempDir%\results
  4. pkunzip %1 %2 %3 %4 %5 %6 %7 %8 %9 %InsTempDir%\extract
  5. pkzip -m %InsTempDir%\results\extract.zip %InsTempDir%\extract\*.*
  6. rem echo y | del %InsTempDir%\extract\*.*
  7. rd %InsTempDir%\extract
  8. :end
  9.