home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / vds30p.zip / VDSFSCAN.INI < prev    next >
Text File  |  1994-08-18  |  2KB  |  63 lines

  1. ; This is an INI file for VDSFSCAN and VFSLITE
  2. ; It has entries for flag settings that guide the operation of the programs
  3.  
  4. ;  Set the following to Yes on Laptops.
  5. LCDSCREEN = No
  6.  
  7. ; Message to display when a virus is found. Leave blank after = if none.
  8. ALERTMSG=Call system administrator ASAP! You have a virus.
  9.  
  10. ; Report should be sent to the following file. Leave blank after = if none.
  11. REPORT=C:\VFS-STAT.LOG
  12.  
  13. ; File for the internal signatures.
  14. INTSIGS=C:\VDS30\VDSVSIGS.SIG
  15.  
  16. ; File for the user-defined signatures. Leave blank after = if none.
  17. EXTSIGS=C:\VDS30\XTERNAL.SIG
  18.  
  19. ; Ignore the following directories during scan
  20. IGNOREDIR=0
  21.  
  22. ; Ignore the following files during scan
  23. IGNOREFILE=2
  24. C:\CONFIG.SYS
  25. C:\AUTOEXEC.BAT
  26.  
  27. ; Directory where the infected programs are copied to
  28. QUARANTINE=C:\VDS-CELL
  29.  
  30. ; Specify frequency of scanning in days. 0 for scanning every time.
  31. FREQUENCY=0
  32.  
  33. ; Files are scanned entirely or partially. Leave it at partial (No) normally.
  34. FULLSCAN=No
  35.  
  36. ; Which files to scan. Normally, set it to No.
  37. ALLSCAN=No
  38.  
  39. ; Scan all local drives starting with C: if no command line parameters are given.
  40. LOCALSCAN=No
  41.  
  42. ; Scan base memory.
  43. MEMSCAN=Yes
  44.  
  45. ; Scan upper memory.
  46. UMBSCAN=No
  47.  
  48. ; Pause if a virus is discovered or an error has occurred.
  49. PAUSE=Yes
  50.  
  51. ; Allow Break/ESC during scan.
  52. ALLOWBREAK=Yes
  53.  
  54. ; Beep if a virus is discovered or an error has occurred.
  55. BEEP=Yes
  56.  
  57. ; Remove infected files. If PAUSE is set to No above, it is automatic.
  58. ERASEFILE=No
  59.  
  60. ; Heuristic scan is on by default. Set it to No if causes false positives.
  61. HEURISTICSCAN=Yes
  62.  
  63.