home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / virus / zzap54a.lzh / ZZAP.CFG < prev    next >
Text File  |  1990-03-09  |  1KB  |  56 lines

  1. ;----------------------------------------------------------------------------
  2. ;                      ZZAP configuration file
  3. ;----------------------------------------------------------------------------
  4.  
  5. ; Declare the default command line switches (commented out).
  6.  
  7. ; SWITCH=/X-
  8.  
  9. ; Declare a log file (optional).
  10.  
  11. LOG=c:\archives\zzap.log
  12.  
  13. ; Declare the subdirectory to place corrupted/virused archives in.
  14. ; Uncomment and change to your own taste
  15.  
  16. ; BADDIR=C:\BAD
  17.  
  18. ; BBS file fixer program name
  19.  
  20. FIXER=QFIX.EXE
  21.  
  22. ; BBS file list name (this one is actually for 4DOS)
  23.  
  24. FIXOPT=descript.ion
  25.  
  26. ; Command line options for SCAN.EXE
  27.  
  28. SCANOPT=/A /NOMEM
  29.  
  30. ; Define each of the extracting programs.
  31.  
  32. UNARC=arc pkunpak.exe %1 >nul
  33. UNARC=dwc dwc.exe e %1 >nul
  34. UNARC=ice ice.exe e -n %1 >nul
  35. UNARC=lbr lue220.com %1 >nul
  36. UNARC=lzh lharc.exe e -n %1 >nul
  37. UNARC=pak pak.exe e %1 >nul
  38. UNARC=sdn pak.exe e >nul
  39. UNARC=zip pkunzip.exe -jhsr %1 >nul
  40. UNARC=zoo zoo.exe -extract %1 >nul
  41.  
  42. ; Default archive extension to convert to
  43.  
  44. DEFAULT=zip
  45.  
  46. ; Define the archiving programs.
  47.  
  48. ARC=arc pkpak.exe -a %1 *.* >nul
  49. ARC=dwc dwc.exe a %1 *.* >nul
  50. ARC=ice ice.exe a -anm %1 *.* >nul
  51. ARC=lzh lharc.exe a -anm %1 *.* >nul
  52. ARC=pak pak.exe a %1 *.* >nul
  53. ARC=sdn pak.exe a %1 *.* >nul
  54. ARC=zoo zoo.exe -add %1 * >nul
  55. ARC=zip pkzip.exe -a -ex -jhsr -whsr %1 *.* >nul
  56.