We have a win2000 network with just one win98 client. The virus updates aren't working on the win98 client,they have to be run manually, what do I have to do to get it to work?
Any help would be greatly appreciated, thanks.
Bob
Use a login script. There is an example on the CD but if not here is an example:
REM Sample Login Script for AVUpdate
@echo off
If "%OS%" == "Windows_NT" goto skip
If NOT "%WINBOOTDIR%" == "" goto 95
REM
REM Run AVupdate using WIN3x syntax
REM
net use v: \\<server name>\cheyupd$
v:\avupdate.exe
net use v: /d
goto skip
:95
REM
REM Run AVupdate using WIN95 syntax
REM
\\<server name>\cheyupd$\avupdate.exe
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.