home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / shezs18h.arj / SHEZSET.TXT < prev    next >
Encoding:
Text File  |  1995-08-24  |  13.0 KB  |  299 lines

  1. Help file for SHEZSET.BAT
  2.  
  3.  
  4. Shez Set 1.8h 8/24/95
  5.  
  6. I removed support for McAfee Assts Scan V118 in the SHEZSET.BAT program.
  7. I renamed the McAfee Assts Scan 2.x.x program from SCAN2.EXE to
  8. SCAN.EXE.  All references to SCAN.EXE in SHEZSET.BAT now refer to the
  9. Version 2.2.x of McAfee Assts Virus Scanner.  Keep a copy of your old
  10. files if you still want to use McAfee Assts V1xx program.  The switches
  11. are different.
  12.  
  13.  
  14. Shez Set 1.8g 8/3/95
  15.  
  16. ThunderBYTE CAN scan ALLFILES in an archive and STILL process
  17. subdirectories.  If you choose the  AF  command line switch, TBScan
  18. pauses gives a warning about non-executables causing false alarms.  This
  19. is a VALID WARNING.  If TBScan reports a problem with a file and it is a
  20. data file (non executable) then you probably DON'T have a virus.  Check
  21. the file out with other virus scanners but DON'T PANIC.
  22. If you DO have a desire to scan ALLFILES using TBScan WITHOUT the
  23. PAUSE/WARNING message, then you can add:
  24. EE=???
  25. to your command line.  This works in TBAV636.  This tells TBScan to
  26. treat extensions  ???  as executable files.  Obviously this matches ALL
  27. files and causes TBScan to scan all files.  These changes have been made
  28. to the SHEZSET.BAT file.  The changes in 1.8f below (to determine a
  29. filespec.ext vs a directory name are no longer needed and have thus been
  30. removed from SHEZSET.BAT.  The updated SHEZSCAN.BAT file is included.
  31.  
  32.  
  33. Shez Set 1.8f 6/27/95
  34.  
  35. Oops, I had the 1.8e changes named and dated wrong.  Corrected below.
  36. Since SHEZ creates a directory  #Z  as a subdirectory of the current
  37. directory on your configured work drive, that is the ONLY subdirectory
  38. that SHEZ ever needs to scan (for scanning ARCHIVES).  Thus I have made
  39. a change to the SHEZSET.BAT file that looks to see if a filespec.ext is
  40. being scanned or if a PATH is being scanned.  If a PATH is being scanned
  41. then *.* is added to cause TBScan to process any files in that directory.
  42. Be advised that using SHEZSCAN to scan CURRENT or EXTRACT directories
  43. will NOT process any subdirectories of those directories!
  44.  
  45. Below is a detail of the reason why....
  46.  
  47. ThunderBYTE Anti-Virus scanner (TBSCAN) has an AllFiles switch  AF  that
  48. causes TBSCAN to process all the files it finds.  If the user uses this
  49. switch then TBSCAN pauses before it starts the scanning and the user
  50. must press a key to continue. First, you will not detect ANY virus that
  51. has been renamed to a non-executable extension (ie, a file named
  52. virus.ex1 will NOT be scanned) without the AF switch or specifying a
  53. filespec.ext of *.* on the command line.  Second, the *.* filespec.ext
  54. will cause TBSCAN to process AllFiles but ONLY IN THE SPECIFIED
  55. DIRECTORY. This is a problem because if the file is named VIRUS.EX1 and
  56. is later installed in a subdirectory one level deeper than the directory
  57. being scanned (-d), then even using  *.*  won't find the virus. Again,
  58. the user is stuck with using the AF switch and having to press a key for
  59. each archive scanned. This is not acceptable for BBS operators that want
  60. the scan process to clear the file for the users to download
  61. immediately.  Make a choice if you want to add  *.*  to scan all files
  62. found but ONLY the specified directory or if you want to leave that off
  63. and scan ONLY executables in the specified directory and ALL subdirectories
  64. of the specified directory.  Change the lines below  :TBSCAN Enable...
  65. and :TBSCAN Disable... in the SHEZSET.BAT file.
  66.  
  67. Shez Set 1.8e 6/6/95
  68.  
  69. Two problems have been identified with TBScan that might affect how the
  70. SHEZSCAN.BAT file works.
  71.  
  72. 1) You can not specify  \*.*  as a path for TBScan.  TBScan fails to
  73.    access the disk if this is used and NO scanning is done.
  74.  
  75. 2) An old bug seems to have resurfaced in TBScan.
  76.    If you specify multiple paths on the TBSCAN command line, they must
  77.    be in the same order as they are found on the hard drive.  ie. if you
  78.    specify:   TBSCAN C:\BIN  C:\DOS     TBScan will work as expected IF
  79.    the BIN directory comes before the DOS directory on C:. However, if
  80.    the command   TBSCAN C:\DOS C:\BIN    is used and the BIN directory
  81.    is listed before the DOS directory then TBScan will NOT scan any
  82.    files in the BIN directory, but will report a "no executables found"
  83.    error message. If the IN (Ignore No executables) command line option
  84.    is used, you will not see any failure. This could apply if you use
  85.    either  $CD$CP $ED$EP  with SHEZSCAN.BAT.
  86.  
  87.    ThunderBYTE has been informed of these problems.
  88.  
  89. Shez Set 1.8d 3/6/95
  90.  
  91. ThunderBYTE 6.33 corrected a 'difference' that was noted in SHEZShow
  92. 1.3a.  TBScan now works 'like other scanners' when the command line ends
  93. in \.  ie, TBSCAN \BIN\  now scans files in the \BIN\ directory.
  94. Previously, TBScan worked for the root directory only when ending in \.
  95. All subdirectory entries ending in \ would not scan any files.
  96.  
  97. ThunderBYTE 6.33 release changed the way it works when *.* (actually any
  98. filespec.ext) is on the command line.  It only scans the specified
  99. directory.  It worked this way a long time ago.  Sometime during the
  100. continued development of TBScan, this changed and TBScan scanned
  101. subdirectories of the current directory unless the NoSub (NS) switch was
  102. used.  Well, they went back to only scanning the specified directory if
  103. there is a filespec.ext on the command line.  This change negates the
  104. work around I used in 1.8c to scan ALLFILES using *.* on the command
  105. line.  Since TBScan will NOT scan any subdirectories when *.* is used, I
  106. have removed the work around in SHEZSET.BAT.  You must specify AllFiles
  107. in the TBAV setup file (and live with the pause) if you want to scan
  108. allfiles.  Also my SHEZ.INI sample file removed the *.* from the uSer
  109. Menu command lines when scanning the specific directories.  First,
  110. TBScan now correctly scans the files when paths end in \ (ie., \BIN\).
  111. Second, if *.* is on the command line then subdirectories are not
  112. scanned as expected which would not work with the way SHEZ uses
  113. subdirectories when scanning archives in archives.
  114.  
  115.  
  116. Shez Set 1.8c 2/20/95
  117.  
  118. Using the Allfiles (AF) switch with ThunderBYTE paused a pause.  Well, I
  119. found that I could specify the filespec.ext of *.* on the command line
  120. and then TBScan would scan allfiles without the pause.  This change is
  121. in SHEZSET.BAT.  It works just like the command for F-Prot.  It simply
  122. checks if the 'item' to scan is a file (IF EXISTS %1) or a directory (IF
  123. NOT EXIST %1).  Now TBScan can once again scan Allfiles.
  124.  
  125.  
  126. Shez Set 1.8b 2/7/95
  127.  
  128. ThunderBYTE changed the operation of their Allfiles switch  AF  and
  129. caused it to PAUSE and wait for a keyboard input even if the Batch  BA -
  130. No Input Required - switch was used.   This causes the Scanning process
  131. to stop and wait for a key for each file that is scanned.  I had to
  132. remove the  AF  switch from SHEZSET.BAT for the TBSCAN program to allow
  133. for 'hands free' operations of scanning files.
  134.  
  135.  
  136. Shez Set 1.7a 11/7/94
  137.  
  138. Added /NOEXPIRE to the SCAN V117 Command line in SHEZSET.BAT.
  139. The program now gives the "out of date" message and pauses the computer
  140. each time it is called.  Hopefully the NEW Scan 2.1.4+ will finally
  141. detect and clean all the viruses that V117 did.  Then, maybe, we can
  142. all change over to the new program.
  143.  
  144.  
  145. Shez Set 1.7a 11/7/94
  146.  
  147. Added /V to AVScan command line in SHEZSET.BAT. This causes AVScan to
  148. ONLY log filenames of INFECTED files (and not all files processed).
  149.  
  150. Shez Set 1.7 10/12/94
  151.  
  152. Added AVScan 1.84a Virus scanner switches to the SHEZSET.BAT file.  This
  153. virus scanner has a very good detection rate, is fairly fast, and works
  154. extremely well from the command line (no menu system).  The detection
  155. rate was better than Scan V117, Scan 2.1.2 on my small collection of
  156. sample viri.
  157.  
  158. Changed the keyword CHECKOUT to CKOT when using SHEZSET.  The file
  159. SCANIT.BAT is no longer created.  The SHEZSET.BAT file creates
  160. SHEZSCAN.BAT or CKOTSCAN.BAT files directly.
  161.  
  162. Changed the LOG file filenames from the individual scanners to a
  163. generic LOG (i.e. TBAV.LOG is now either SHEZSCAN.LOG or CKOTSCAN.LOG.
  164. The reason for this change was the fact that Shez only SEES the
  165. errorlevel set by the LAST virus scanner used.  Thus three of the four
  166. virus scanners could report problems and the last NOT report any
  167. problems and the SHEZ.LOG file would NOT show any problems!
  168.  
  169. Two new files are included in this archive (SHEZFAIL.BAT and
  170. CKOTFAIL.BAT).  These files echo "FAILURE PROCESSING %1" statement into
  171. the SHEZSCAN.LOG or CKOTSCAN.LOG file if ANY virus scanner exits with an
  172. errorlevel > 0.
  173.  
  174.  
  175.  
  176. -------end of changes-------
  177.  
  178.  
  179. SHEZSET.BAT creates a file named SCANIT.BAT using the BATCH "ECHO"
  180. command to send the correct drive:\path\filename.ext and command line
  181. options for your virus scanner.  It can easily be changed for any
  182. different virus scanners if you understand the BATCH file language.
  183.  
  184. SHEZSET.BAT defaults to copying the newly created SCANIT.BAT to
  185. C:\SECURITY\SHEZSCAN.BAT.  SHEZSET.BAT will optionally, copy the newly
  186. created SCANIT.BAT to C:\SECURITY\CKOTSCAN.BAT file for the Checkout 2.0
  187. program.  (See the CHECKOUT.DOC file provided with the Checkout program
  188. for proper use of the CKOTSCAN.BAT file.)
  189.  
  190. --
  191.  
  192. You will probably need to change the path names, file names and command
  193. line options in SHEZSET.BAT to match your virus scanner(s) name,
  194. locations and preferences.  You will then need to configure SHEZ to use
  195. SHEZSCAN.BAT as your virus scanner.  Set the memory entry in SHEZCFG to
  196. the MAX value required by your viri scanner(s) (if they require 286K,
  197. 411K, 395K then configure for 411000). Once this has been done you are
  198. ready to Viri Scan your archives with the best of the best Viri
  199. scanners.
  200.  
  201. To use SHEZSET.BAT you just call it up like:
  202. SHEZSET #          where # is: 1=ALL, 2=TBSCAN, 3=FPROT, 4=SCAN, 5=SCAN2
  203.  
  204. To use SHEZSET.BAT with CHECKOUT you just call it up like:
  205. SHEZSET # CHECKOUT
  206.  
  207. (Note: You must use caps for CHECKOUT. There is not test for lowercase.)
  208.  
  209. If you have GET.EXE 2.5+ batch file enhancer, you can specify
  210. SHEZSET G      and you will presented with a menu to select from.  You
  211. can replace this with your own batch file enhancer if you wish to.
  212.  
  213. -----
  214.  
  215. Shez Show 1.5a 8/18/94
  216.  
  217. ThunderBYTE Anti-Virus 6.23 was released recently.  This version
  218. corrected one 'difference' that was documented as a possible problem in
  219. the SHEZSET.TXT file.
  220.  
  221.  
  222. No changes to SHEZSET.BAT file.
  223.  
  224.  
  225. Shez Show 1.5 7/11/94
  226.  
  227. No changes to SHEZSET.BAT file.
  228.  
  229.  
  230. ShezShow 1.4 6/30/94
  231.  
  232. McAfee Assts released their 2.1.0 Release Candidate virus scanner.  They
  233. changed their switches and defaults.  The 2.0 series was originally
  234. released for maximum protection by DEFAULT.  The switch /STD was
  235. used to process ONLY standard executable and overlay type files.  Well,
  236. they just reversed this.  Now the default IS standard executables and
  237. overlay type files and a new switch  /ALL  is provided to process ALL
  238. files.
  239.  
  240. This switch change was put into the SHEZSET.BAT ECHO commands to insure
  241. that the SHEZSCAN.BAT processes ALL files.  To restrict the scanning to
  242. only Executable type files, use SHEZCFG to change that option in
  243. SHEZ.CFG.
  244.  
  245.  
  246. ShezShow 1.3a 6/20/94
  247.  
  248. Virus scanner differences.  The four virus scanners I have used in this
  249. demonstration file work alike (almost).  A few differences you should be
  250. aware of follows:
  251.  
  252. As of F-Prot V2.12 this viri scanner is different from the other
  253. scanners in that you can NOT specify a filespec.ext AND the option to
  254. SCAN ALL FILES FOUND (/ALL) on the command line at the same time.
  255. However, you CAN specify a drive:\dir AND /ALL.  For this reason, there
  256. is a test to see if you called the scanner and ended with a filename.ext
  257. or a directory name, and the SCANIT, SHEZSCAN, CKOTSCAN files use the
  258. correct command line.
  259.  
  260. A second item in F-Prot concerns the length of the command line.  On
  261. more than one occasion I have had F-Prot create a log file which was
  262. named wrong.  The indications are that if the path + command line gets
  263. too long;
  264.  
  265. C:\SECURITY\F-PROT C:\TEMP\CKOT.1\CKOT.1\CKOT.3 /ALL /NOMEM /NOBOOT /REPORT=
  266.  C:\TEMP\FPROT.LOG /APPEND
  267.  
  268. seems to do it; that everything past  "C:\TEMP\F" gets cut off and F-Prot
  269. creates a log entry named  C:\TEMP\F (without the append).  Because of this,
  270. I rearranged the ECHO command in SHEZSET.BAT and moved /NOMEM /NOBOOT to
  271. the end of the command line.
  272.  
  273. --
  274.  
  275. As of ThunderBYTE 6.23 this viri scanner (TBSCAN) has a difference that
  276. I felt that you should be aware of.  The difference is the way the
  277. command line is interpreted if you end with a  \  on the target. Other
  278. virus scanners will let you specify a path like:
  279.  
  280. SHEZSCAN C:\TEST\
  281.  
  282. and they default to "*.*" as the filespec.ext.  TBScan does NOT work
  283. that way.  If you end the target with a "\" it will NOT scan any files!
  284. To correct this, I have specified *.* on the end of the uSer Menu
  285. entries in the SHEZ.INI file for virus scanning entries.
  286.  
  287.  
  288. ShezShow 1.2 4/27/94
  289.  
  290. I revised SHEZSET.BAT file that creates SHEZSCAN.BAT.  SHEZSET.BAT
  291. can now setup SHEZSCAN.BAT for one or ALL of the four Viri scanners that
  292. I know about: ThunderByte 6.20, F-Prot 2.12, Scan V115, and Scan 2.0.2.
  293.  
  294.  
  295. Have fun and stay viri free.
  296. Darrell Bivens
  297.  
  298.  
  299.