home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / QWKRQ10.ZIP / QRUNZIP.BAT < prev    next >
DOS Batch File  |  1994-01-08  |  455b  |  22 lines

  1. @echo off
  2. REM
  3. REM This batch file is used to intergrate QwkReq with OLX or SLMR
  4. REM
  5. REM Check if unpacking QWK or REP (REP unpacking passes 2 params!)
  6. REM
  7. if "%2"=="" goto RunQR
  8. goto UZip
  9. :RunQR
  10. REM
  11. REM Ensure that use specify the path to QWKREQ, and DO NOT change
  12. REM directory to it !! Or stick QwkReq in the path ....
  13. REM
  14. C:\QWKREQ\QWKREQ /M:%1
  15. :UZip
  16. REM
  17. REM Get on with decompression.
  18. REM
  19. PKUNZIP %1 %2
  20. REM
  21. REM End of QRUNZIP.BAT
  22.