Computing.Net > Forums > Windows NT > Login script to update virus definitions

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Login script to update virus definitions

Reply to Message Icon

Name: shaner
Date: July 25, 2000 at 10:04:22 Pacific
Comment:

I'm running NT4 with Norton Antivirus 5. I want to write a login script to update virus definitions. Ideally, I'd like to bypass the live update program, and use the manual executable available on Symantec's site. But I've run into problems trying to bypass the yes/no prompts, etc. I want it to run without any human interaction whatsoever. Any advise would be appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: TopGun
Date: July 25, 2000 at 10:17:17 Pacific
Reply:

We use McAfee here where I work and they have a utility that allows you to schedule the upgrade.

What I do is download what Mcafee calls the Superdat and I place it on our network.

I have setup each PC to go and look for it each day. If it is new then it runs the upgrade. If it is the same version the it does nothing. I have had this running fro about a month here on about 100 PC's and so far no problems.

Maybe Norton has something similiar.

Hope this helps...


0

Response Number 2
Name: JarJar WIndows
Date: July 25, 2000 at 11:01:09 Pacific
Reply:

Top Gun-

Can you post that script? I have the exact same situation in my office and would love to have a handy script like that!

mesa thanks!


0

Response Number 3
Name: Rob Hayes
Date: July 26, 2000 at 12:32:51 Pacific
Reply:

I use Norton Anti-virus 2000. I am running a logon script to execute "Intelligent Updater" utility, and I too have the same problem, getting past that "YES/NO" prompt. I have just given instructions to everyone to hit "YES", but who knows if they do.

I need help too. Is there a "switch" that will do this? Example: /y


0

Response Number 4
Name: Rodrigo Gil
Date: July 27, 2000 at 08:13:46 Pacific
Reply:

Below, a script to update virus definitions

net use v: \\NETFINITY\VIRUSDEFS
XCOPY V:\*.* c:\ARQUIV~1\ARQUIV~1\SYMANT~1\VIRUSD~1 /e/y/i

Make a new directory under PDC and copy the directory VirusDefs from Norton Antivirus.(in Program Files -> Common Files -> Symantec Shared -> VirusDefs) Share the new directory and map it under logon script


0

Response Number 5
Name: shaner
Date: July 27, 2000 at 10:16:40 Pacific
Reply:

Rodrigo, what if installations on systems vary? ie; norton's installed in different dir or path?


0

Related Posts

See More



Response Number 6
Name: Noel
Date: July 28, 2000 at 02:31:20 Pacific
Reply:

Shaner

Err...just change the above xcopy command to point to where your users have there antivius definitions (check your own PC)!

My server looks every Friday night for updates for Cheyenne's Inoculan.
My system login script has something similar to the above, but updates the users when they logon Monday morning.


0

Response Number 7
Name: Geoff
Date: July 28, 2000 at 14:13:51 Pacific
Reply:

I use Microsoft ScriptIt to automate NAV updates from the login script. You can create a simple .INI file that works in conjunction with ScriptIt to look for window titles and key words on the window, then send the required key command to the window. It goes something like this:
In the login script
g:logins_util\scriptit g:\login_util\navup.ini

Navup.ini looks like this:

[SCRIPT}
run=g:\login_util\navup\0717i32.exe
SARC=!y
~Intelligent+OK={ENTER}

When it sees the screen with SARC in the window title it sends sends a Y for YES. When it sees the last screen indicating the update is done (the screen has the word Intelligent and the OK button on it) it sends an ENTER key command. It works 99% of the time.

Hope this helps.


0

Response Number 8
Name: Piero
Date: February 15, 2001 at 05:35:28 Pacific
Reply:

Use Norton System Center instead! That's all. No scripts.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Need for S3 ViRGE 86C325 ... Dumb memory question



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Login script to update virus definitions

NT4 logon scripts to update anti virus software to remote users www.computing.net/answers/windows-nt/nt4-logon-scripts-to-update-anti-virus-software-to-remote-users/7230.html

NT Login Script to uninstall MSProxyClie www.computing.net/answers/windows-nt/nt-login-script-to-uninstall-msproxyclie/16796.html

Batch file to update files www.computing.net/answers/windows-nt/batch-file-to-update-files/17659.html