home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / vcopy66.zip / VCOPY66.DOC < prev    next >
Text File  |  1990-08-10  |  5KB  |  131 lines

  1.                      VCOPY Version 0.4 V66
  2.  
  3.               Copyright 1990, McAfee Associates.  
  4.                       All rights reserved.
  5.  
  6.     This program may not be used in a corporate, business,
  7. organizational or agency environment without a negotiated site
  8. license.  For site license information contact:
  9.  
  10.              McAfee Associates
  11.              4423 Cheeney Street
  12.              Santa Clara, CA 95054
  13.  
  14.              408 988 3832 - phone
  15.              408 970 9727 - fax
  16.              408 988 4004 - BBS
  17.  
  18.  
  19. Executable Program (VCOPY.EXE):
  20.  
  21.     VCOPY is packaged with a VALIDATE program that will
  22. authenticate the integrity of VCOPY.EXE.  Refer to the
  23. VALIDATE.DOC instructions for the use of the validation program.
  24.      The validation results for V66 should be:
  25.                    SIZE: 37,401
  26.                    DATE: 8-10-1990
  27.     FILE AUTHENTICATION:
  28.         Check Method 1 - DE57
  29.         Check Method 2 - 1F50
  30.  
  31.      You may also call the McAfee Associates bulletin board at 408
  32. 988 4004 to obtain on-line VCOPY.EXE verification data.  The
  33. VALIDATE program distributed with SCAN may be used to authenticate
  34. all future versions of VCOPY.
  35.  
  36.  
  37. Introduction:
  38.  
  39.     VCOPY is a replacement program for the DOS copy command that
  40. checks for viruses as it copies.  It prevents infected programs
  41. from entering your system and it identifies infected diskettes
  42. during the copy process.  
  43.     VCOPY implements all functions of the DOS 3.3 COPY command,
  44. and uses the identical switches.  Please refer to your DOS users
  45. manual for a full description of the use of the COPY command.
  46.     VCOPY copy will detect all of the viruses detected by the
  47. current version of VIRUSCAN.  It identifies each infected program
  48. or diskette, and names the virus that has infected.  It will also
  49. scan inside programs that have been compressed with LZEXE.
  50.     Please refer to the accompanying VIRLIST.TXT file for an
  51. outline of all of the viruses detected by VCOPY.
  52.  
  53. NOTE:  VCOPY will perform, on the average, about 10% slower than
  54. the DOS copy command, depending on the mix of files being copied. 
  55. This is because the program must check for viruses while performing
  56. the copy function.  
  57.  
  58. Operation:
  59.     VCOPY should be placed in your DOS directory or any directory
  60. on the hard disk that is referenced through the PATH command.  If
  61. no path command is specified for your system, then place VCOPY in
  62. your DOS sub-directory and place the following command in your
  63. AUTOEXEC.BAT file:
  64.  
  65.                    PATH = C:\NAME
  66.  
  67.      Where NAME is the name of the DOS subdirectory.
  68.  
  69.  
  70.     To run VCOPY type:
  71.  
  72.         VCOPY [drive:]path1 [drive:][path2] [/E]
  73.  
  74.         Examples:
  75.  
  76.         VCOPY A:*.* C:\TEMP
  77.  
  78.         VCOPY TEST.COM B:
  79.  
  80.         VCOPY A:*.COM D:\PROG\TEST /E
  81.  
  82.     The /E option tells VCOPY to check all files that are being
  83. copied, whether or not they are executable.  The default is to
  84. check only executable files, program overlays and the boot
  85. sectors.  These are the only files that viruses can normally attach
  86. themselves to.  
  87.     If VCOPY detects a virus during the copy process, a message
  88. will be displayed indicating the name of the infected file and the
  89. name of the virus that has infected it.  The user will then be
  90. given the option of skipping over the file, or of continuing the
  91. copy process.  If a virus is discovered inside of a self extracting
  92. LZEXE file, VCOPY will tell you that it is an infected self-
  93. extracting program.  It will also tell you whether an infection is
  94. internal or external to such a file.  
  95.     If a virus is discovered, the infected diskette and your hard
  96. disk should be scanned with VIRUSCAN to determine the extent of
  97. infection, if any.  The virus may be removed using the McAfee
  98. Associates CLEAN program.  SCAN and CLEAN are available on most BBS
  99. systems, or they may be obtained from HomeBase at 408 988 3832.
  100.  
  101.       VCOPY also allows lets you append files, identical to the DOS
  102. copy command.  To do this simply list any number of files, each
  103. separated by a plus sign (+) and then specify a target file to send
  104. the combined files to.  For example:
  105.  
  106.        VCOPY   FILE1+FILE2+FILE3 SUMFILE
  107.  
  108.     The standard copy options /A, /V and /B are also supported by
  109. VCOPY.  Please refer to your DOS users manual for a description of
  110. these options.
  111.  
  112. Registration:
  113.     VCOPY is distributed through shareware channels and requires
  114. a $15 registration fee for home or domestic use.  Please reference
  115. the REGISTER.DOC file for registration information.  A site license
  116. is required for corporate or organizational use.  For licensing
  117. information, please contact McAfee Associates at the address or
  118. phone number at the beginning of this document.  
  119.  
  120.  
  121.                        Version Notes
  122.  
  123. Notes on Version 64:
  124.     Version 64 of VCOPY fixes a problem with the DATE field of
  125. copied files.  Version 63 changed the date of each file copied. 
  126. This has been fixed in version 64.  In addition, 14 new viruses
  127. have been added to the list of viruses that can be stopped by
  128. VCOPY.  An outline of each of these new viruses can be found in the
  129. enclosed VIRLIST.TXT file.  For a detailed description of all of
  130. the PC viruses, please refer to Patricia Hoffman's VSUM document.
  131.