home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t283 / 1.img / UNZIPDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-05-02  |  391 b   |  17 lines

  1. @echo off
  2. REM
  3. REM UNZIPDOC.BAT
  4. REM
  5. REM This BAT file can be executed from within any subdirectory to cause PKUNZIP
  6. REM to explode a DOC.ZIP file previously created using the ZIPDOC.BAT
  7. REM
  8. pkunzip doc
  9. if errorlevel 1 goto errexit
  10. del doc.zip
  11. echo DOC.ZIP has been extracted and deleted.
  12. goto exit
  13. :errexit
  14. echo Error in execution of PKUNZIP (via UNZIPDOC.BAT).
  15. :exit
  16. echo on
  17.