Updating Norton Antivirus Files

Posted: May 1, 2010 in Logon Script with Shell
Tags:


To update your Norton antivirus files with shell scripting, proceed as follows:

  1. Create a new directory to store all files included in this example.
  2. Download the latest Intelligent Updater file from http://www.symantec.com to the new directory.
  3. Select Start|Run and enter “scriptfile.bat.”

Here, scriptfile is the full path and file name of a script file that contains the following:

@Echo Off

Set IUPDATER=iufile

%IUPDATER% /Q > Nul

Here, IUPDATER is a variable containing the complete path and file name of the Intelligent Updater executable.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s