home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 April / cc970402.bin / ANTIVIRU / MCAF_WNT / GUI / DATA.Z / IMPTASK.TXT < prev    next >
Text File  |  1996-12-17  |  516b  |  20 lines

  1. Imports a virus scan configuration file.
  2.  
  3. IMPTASK /FILE filename [/SERVER \\computername]
  4.  
  5. filename
  6.     Specifies a virus scan configuration file to be imported.
  7.  
  8. \\computername
  9.     Specifies the name of the computer where task should be imported.  
  10.     Defaults to the local computer.
  11.  
  12. Examples:
  13.     
  14. IMPTASK /FILE MyTask.vsc
  15.     Imports the file MyTask.vsc to the local computer.
  16.  
  17. IMPTASK /FILE MyTask.vsc /SERVER \\WonderLand
  18.     Imports the file Mytask.vsc to the computer named WonderLand.
  19.  
  20.