home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / ZIP / WWPACK / WWP304 / WWP_UTIL.DOC < prev    next >
Encoding:
Text File  |  1996-01-05  |  1.9 KB  |  68 lines

  1.  
  2.  
  3.         WWPACK 3.04 utilities                         WWVIR/EXEINFO
  4.  
  5.         Copyright (c) 1993-96 by Piotr Warezak and Rafal Wierzbicki
  6.  
  7.         6 January 1996   Lodz, Poland           All Rights Reserved
  8.  
  9.  
  10.  
  11.         We are happy to provide our e-mail addresses.  Feel free to
  12.         inform us of any problems.
  13.  
  14.                   Author's address:  awarezak@krysia.uni.lodz.pl
  15.  
  16.               American distributor:  gjereza@crl.com
  17.  
  18.                 German distributor:  support@vgasoft.com
  19.  
  20.  
  21.  
  22. WWVIR.EXE
  23.  
  24.   This program is able to detect ANY virus that has infected ANY WWPACKed
  25.   executable file. WWVIR uses CRC technology. This means that it can find
  26.   damaged files too.
  27.  
  28.   Usage: to check any EXE file enter this command:
  29.       WWVIR FILENAME.EXE
  30.  
  31.   Of course you can use wildcards (to check more than one file) and paths.
  32.  
  33.   Example:
  34.     Command  WWVIR C:\UTILITY\*.EXE  means:
  35.     "check if there is any virus in any EXE file stored in C:\UTILITY
  36.      directory, check if the files aren't damaged.".
  37.  
  38.  
  39. "autoexec mode"
  40.  
  41.   WWVIR recognizes two additional commands: 'A' and 'FA'. They were created
  42.   to make WWVIR useful for your autoexec.bat file.
  43.  
  44.   You can put to your AUTOEXEC.BAT something like this:
  45.       WWVIR A C:\UTILITY\*.EXE
  46.  
  47.   Now WWVIR will automatically scan for viruses all EXE files stored in
  48.   C:\UTILITY  directory.
  49.  
  50.   The difference between the 'A' and 'FA' commands is, that command 'FA' is
  51.   faster but it doesn't use CRC technology. 'A' is slower but it checks if
  52.   the files aren't damaged too.
  53.  
  54.   Remember: 
  55.       WWVIR will detect a virus only on previously WWPACKed file(s)!
  56.  
  57.  
  58. EXEINFO.EXE
  59.  
  60.   This short program shows header information on EXE files.
  61.   Example:  EXEINFO YOURFILE.EXE
  62.  
  63.   Aditional options: EXEINFO may compare headers.
  64.   Usage: EXEINFO FIRST.EXE SECOND.EXE
  65.  
  66.  
  67. End of the documentation file.
  68.