PDA

View Full Version : Running A Batch (or VBScript) to Automate a Process (W2K)



scottpioso
11-28-2003, 10:03 AM
Hello,

I have a question for someone who is knowlegeable in scripts for Windows 2000.

I'm running a Linux server in which I've created a program to automatically download daily anti-virus updates from Norton.com. For those familiar, it's the Intelligent Updater. As you also know, these updates have to be installed manually.

Now, I would like to setup a batch file to automatically grab the files off my Linux box and install them automatically without user interaction. If anyone has ever used the Intelligent Updater before, you will know that several dialog boxes appear when you launch the Intelligent Updater. Again, is there a way to fully automate this to allow my end users to not be interrupted? Thank you.<P ID="edit"><FONT class="small">Edited by scottpioso on 11/28/03 11:02.</FONT></P>

Belaflek
12-02-2003, 02:04 PM
There is some deal with the Intelligent updater. If you can automatically download the .xdb files...just copy them to the c:\Program files\SAV folder and you are golden.
so the Linux is already pulling .xbd I guess just batch an FTP command to pull the file over...