Link to home
Start Free TrialLog in
Avatar of kipper7
kipper7

asked on

Batch File -Login Script

I have a simple log in script for my NT domain that simply connects to shares with the net use command. We are running Norton Antivurus 4 and I would like to include the update file in the logon script.  I would need the script to check for each system for the latest update files, and install the latest ones if the system does not have it. I believe NAV leaves a .mrk file or something afer the NAV Virus update files are installed.

Thanks
Avatar of tsgarp
tsgarp

NAV 4 comes with an automatic download option for virus definitions. It will connect to the Symantec ftp site at times you specify and load the current dat files. Why don't you do that?
ASKER CERTIFIED SOLUTION
Avatar of huben
huben

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kipper7

ASKER

tsgarp:
 unfornately the domain I run has no internet access, but thanks anyway.

Huben:
In your script: I'm assuming update.exe is whatever the update def files .exe is called (something like 601800.exe).
Could you elaborate on the BINHUB part, how would I incorporate the FC into the script? My email is kipper7@hotmail.com if you want to send me the fcshell util or any other useful stuff you have.
Thanks for the help

The NAV autoupdate can be configured to point to your own server rather than the Symantec ftp site.  That's the way we use it.

Mark
Avatar of kipper7

ASKER

Thanks for the expert help