home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ZZAP61A.ZIP / ZZAP.CFG < prev    next >
Encoding:
Text File  |  1990-09-18  |  2.2 KB  |  71 lines

  1. ;----------------------------------------------------------------------------
  2. ;                      ZZAP configuration file
  3. ;----------------------------------------------------------------------------
  4.  
  5. ; Declare your default command line switches.  These are set to the
  6. ; normal default that ZZAP uses.
  7.  
  8. SWITCH=a+/f-/i-/k-/l-/n+/p-/r-/s-/t-/v-/x+
  9.  
  10. ; Declare a log file (optional).  Be sure to customize this!
  11.  
  12. LOG=c:\pascal\zzap\zzap.log
  13.  
  14. ; Declare the subdirectory to place corrupted/virused archives in.
  15.  
  16. BADDIR=C:\BAD.DIR
  17.  
  18. ; BBS file fixer program name and command line options
  19.  
  20. FIXER=QFIX.EXE descript.ion
  21.  
  22. ; Command line options for SCAN.EXE
  23.  
  24. SCANOPT=/A /NOMEM
  25.  
  26. ; Set the maximum number of days old a file can be to allow processing.
  27. ; Setting this value to zero will cause the age of a file to be ignored.
  28. ; AGE=1 indicates files with today's date ONLY, AGE=2 is for files stamped
  29. ; with today's or yesterday's date.
  30.  
  31. AGE=0
  32.  
  33. ; One use for the MID= command is to declare Norton's DIRSORT program
  34. ; so that all files are sorted before being placed in the new archive.
  35. ; Programs such as PKZIP do not sort the files when placing them in
  36. ; the archive.  This example is commented out.
  37.  
  38. MID=\NORTON\DS.EXE NE
  39.  
  40. ; Define each of the extracting programs.
  41.  
  42. UNARC=arc pkunpak.exe %1 >nul
  43. UNARC=dwc dwc.exe ew %1 >nul
  44. UNARC=ice ice.exe e -n %1 >nul
  45. UNARC=lbr lue220.com %1 >nul
  46. UNARC=lzh lharc.exe e /xm -n %1 >nul
  47. UNARC=pak pak.exe e %1 >nul
  48. UNARC=sdn pak.exe e %1 >nul
  49. UNARC=zip pkunzip.exe -d -jhsr %1 >nul
  50. UNARC=zoo zoo.exe e// %1 >nul
  51.  
  52. ; Default archive extension to convert to
  53.  
  54. DEFAULT=zip
  55.  
  56. ; Define the archiving programs.
  57.  
  58. ARC=arc pkpak.exe -a %1 *.* >nul
  59. ARC=dwc dwc.exe arw %1 *.*/s
  60. ARC=ice ice.exe a -anm %1 *.* >nul
  61. ARC=lzh lharc.exe a -amnpr %1 *.* >nul
  62. ARC=pak pak.exe a /I %1 *.* >nul
  63. ARC=sdn pak.exe ai %1 *.* >nul
  64. ARC=zoo zoo.exe a: %1 * >nul
  65. ARC=zip pkzip.exe -a -ex -jhsr -whsr -p -r %1 *.* >nul
  66.  
  67. ; Here's an example of automatically adding an archive comment by using the
  68. ; -z option of PKZIP and redirecting the standard input from a file:
  69.  
  70. ; ARC=zip pkzip.exe -a -ex -jhsr -whsr -z %1 *.* >NUL <c:\archives\header.txt
  71.