home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / QAZ_230.ZIP / QAZ-DEMO.EXE / QAZSPEC.BAT < prev    next >
DOS Batch File  |  1994-01-05  |  570b  |  18 lines

  1. @echo off
  2. rem Use the QAZSPEC environment variable to define the filespecs for QAZ
  3. rem to search for when doing a recursive directory scan with the /ue
  4. rem option (search subdirectories).
  5.  
  6. rem QAZSPEC.BAT v2.21b (Some of the vaguer filespecs were removed)
  7.  
  8. set qazspec=.{s}ar{cjk} .lz[hs] .exe .{l}ha{p} .sqz .tar .zip .zoo .hpk .pak
  9.  
  10. rem 'Translation' of the extended filespecs:
  11.  
  12. rem .{s}ar{cjk} = .ar  .arc .arj .ark .sar
  13. rem .lz[hs]     = .lzh .lzs
  14. rem .{l}ha{p}   = .lha .ha  .hap
  15.  
  16. rem If this still doesn't make sense, (re)read the documentation.
  17.  
  18.