'// This file is marked as read only

'// Author: David Lewis-Waller 
'// Date : 6/12/2001

VBS script to automate the updater via Task Scheduler

'// Set the shell object
Set Shell = CreateObject("wscript.shell")

'// Run the F-Prot Updater to update definition files
'// Switch /internet - update from the internet
'// Switch /quit - quit updater after running

Shell.Run "C:\Progra~1\FSI\F-Prot\FP-Updater\Updater.exe /internet /quit"

'// Clean up

Set Shell = Nothing

David
WiSS Limited

-----Original Message-----
From: Hank Townsend [mailto:[EMAIL PROTECTED]] 
Sent: 09 May 2002 18:22
To: [EMAIL PROTECTED]
Subject: [Declude.JunkMail] F-Prot Updater


I have F-Prot Updater set to run daily. Everytime it runs, it stays open. I
have to go to the server daily and close it or the next time it's scheduled,
it won't run. Is there a way to schedule the Updater and force it to close
itself when completed?

Thanks.

Hank

---
[This E-mail has been scanned for viruses.]
[MGT of America, Inc.]

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---

This E-mail came from the Declude.JunkMail mailing list.  To unsubscribe,
just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe
Declude.JunkMail".  You can E-mail [EMAIL PROTECTED] for assistance.  You
can visit our web site at http://www.declude.com .
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---

This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail".  You can E-mail
[EMAIL PROTECTED] for assistance.  You can visit our web
site at http://www.declude.com .

Reply via email to