home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BLUEQ155.ZIP / OLX30.RDR / UNPACKER.BAT < prev   
Encoding:
DOS Batch File  |  1994-08-12  |  385 b   |  22 lines

  1. @echo off
  2. rem unpacker decompressor.exe qwk_fname internals
  3.  
  4. %1 %2 %3 %4 %5 %6 %7 %8 %9
  5.  
  6. if (%1)==(PKUNZIP) goto PK
  7. if (%1)==(PKUNPAK) goto PK
  8. if (%1)==(LHA) goto OTHER
  9. if (%1)==(ARJ) goto OTHER
  10.  
  11. :PK
  12. if exist *.up? BlueQWK %2 BW-REP
  13. if exist *.inf BlueQWK %2 BW-QWK
  14. goto END
  15.  
  16. :OTHER
  17. if exist *.up? BlueQWK %3 BW-REP
  18. if exist *.inf BlueQWK %3 BW-QWK
  19. goto END
  20.  
  21. :END
  22.