home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WIZ13D.ZIP / WIZDIFF.CTL < prev   
Text File  |  1994-10-05  |  5KB  |  109 lines

  1. %╓────────────────────────────────────────────────────────────────────────────╖
  2. %║ *****************************************************************          ║
  3. %║ This File containbs the changes from File Wizard 1.2 control file          ║
  4. %║ to File Wizard 1.3d control file                                           ║
  5. %║ *****************************************************************          ║
  6. %╙────────────────────────────────────────────────────────────────────────────╜
  7.  
  8. %╓────────────────────────────────────────────────────────────────────────────╖
  9. %║ FileListPath statement has changed                                         ║
  10. %╙────────────────────────────────────────────────────────────────────────────╜
  11.  
  12. ;FileListPath c:\lists\*.txt
  13. ;FileListPath d:\others\*.*
  14.  
  15. %╓────────────────────────────────────────────────────────────────────────────╖
  16. %║ New BBSTYPE for Remote Access 2.0x using FILES.BBS                         ║
  17. %╙────────────────────────────────────────────────────────────────────────────╜
  18.  
  19. BBSTYPE RA200TXT E:\RA\FILES.RA
  20.  
  21. %╓────────────────────────────────────────────────────────────────────────────╖
  22. %║ New Statement for RAR unpacker                                             ║
  23. %╙────────────────────────────────────────────────────────────────────────────╜
  24.  
  25. RARPacker K:\DB\PACKER\rar.EXE e ~X ~E ~A
  26.  
  27.  
  28. %╓────────────────────────────────────────────────────────────────────────────╖
  29. %║ Statements for your UN-Packers (which will extract with                    ║
  30. %║ subdirs !). same macros as already stated in wizard.ctl                    ║
  31. %╙────────────────────────────────────────────────────────────────────────────╜
  32.  
  33. ARJUnPacker     K:\DB\PACKER\ARJ.EXE x ~X ~E ~A
  34. ZIPUnPacker     K:\DB\PACKER\PKUNZIP.EXE -d ~X ~E ~A
  35. LZHUnPacker     K:\DB\PACKER\LHA.EXE x ~X ~E ~A
  36. ARCUnPacker     K:\DB\PACKER\XARC.EXE ~X ~E ~A
  37. PAKUnPacker     K:\DB\PACKER\PAK.EXE e /I ~X ~E ~A
  38. ZOOUnPacker     K:\DB\PACKER\zoo.EXE -extract ~X ~E ~A
  39. SQZUnPacker     K:\DB\PACKER\sqz.EXE e ~X ~E ~A
  40. RARUnPacker     K:\DB\PACKER\rar.EXE e ~X ~E ~A
  41. UnknownUnpacker k:\db\packer\gus.exe bla bla bla
  42.  
  43. %╓────────────────────────────────────────────────────────────────────────────╖
  44. %║ up to 20 different virus-scanner (for archive convertion)                  ║
  45. %║ ~P macro for the path to scan                                              ║
  46. %╙────────────────────────────────────────────────────────────────────────────╜
  47.  
  48. Virusscan j:\mta\scan.exe ~P /NOMEM /NOPAUSE /E
  49.  
  50. %╓────────────────────────────────────────────────────────────────────────────╖
  51. %║ which files should be excluded when converting archives                    ║
  52. %╙────────────────────────────────────────────────────────────────────────────╜
  53.  
  54. UnwantedFile callme.*
  55. UnwantedFile JonDoe.*
  56.  
  57. %╓────────────────────────────────────────────────────────────────────────────╖
  58. %║ which file should be added to each converted file                          ║
  59. %╙────────────────────────────────────────────────────────────────────────────╜
  60.  
  61. AddFile       j:\wizard\readme.COM
  62.  
  63. %╓────────────────────────────────────────────────────────────────────────────╖
  64. %║ where do you store your netmails with fileattach                           ║
  65. %╙────────────────────────────────────────────────────────────────────────────╜
  66.  
  67. FAttachMsgDir k:\db\netmail
  68.  
  69. %╓────────────────────────────────────────────────────────────────────────────╖
  70. %║ command for adding file to an archive (with subdirs!)                      ║
  71. %║ switches for a headerfile should be added if needed !                      ║
  72. %╙────────────────────────────────────────────────────────────────────────────╜
  73.  
  74. ;ConvertToPacker     k:\db\Packer\pkzip.exe -a -rP -ex -z ~X ~A < j:\wizard\header.txt
  75. ConvertToPacker     k:\db\Packer\arj.exe a -r -zj:\wizard\header.txt ~X ~A
  76.  
  77. %╓────────────────────────────────────────────────────────────────────────────╖
  78. %║ which extension will the used packer produce                               ║
  79. %╙────────────────────────────────────────────────────────────────────────────╜
  80.  
  81. PackerExtension ARJ
  82.  
  83.  
  84. %╓────────────────────────────────────────────────────────────────────────────╖
  85. %║ If no file_id.diz (or any other defined above) is found, File Wizard       ║
  86. %║ will add such a file with the specified name. The description is taken     ║
  87. %║ out of the area                                                            ║
  88. %╙────────────────────────────────────────────────────────────────────────────╜
  89.  
  90. AddFileID FILE_ID.DIZ
  91.  
  92. %╓────────────────────────────────────────────────────────────────────────────╖
  93. %║ This setting will invoke a Screensaver in the Editor. the second           ║
  94. %║ value is  the humber of seconds to wait for the scrsaver                   ║
  95. %║ (disable with ScreenSaver 0)                                               ║
  96. %╙────────────────────────────────────────────────────────────────────────────╜
  97.  
  98. ScreenSaver 120
  99.  
  100. %╓────────────────────────────────────────────────────────────────────────────╖
  101. %║ How should File Wizard sort the fileareas when running /ASORT              ║
  102. %╙────────────────────────────────────────────────────────────────────────────╜
  103.  
  104. SortStyle Filename
  105. ;SortStyle Filedate
  106. ;SortStyle Filesize
  107. ;SortStyle Download
  108.  
  109.