To update your Norton antivirus files with shell scripting, proceed as follows:
- Create a new directory to store all files included in this example.
- Download the latest Intelligent Updater file from http://www.symantec.com to the new directory.
- 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.