Lately I've been fortunate enough to have SMS, but I used to push lots of
stuff with login scripts.  You can use an IF EXISTS statement at the start
of your script to look for a file.  If these scripts put out a new file, you
could look for that.  If not, drop a flag file (e.g. hotfix1.txt) onto the
hard disk at the end of the update then look for that file next time,
skipping the update if it's already there.

I also run NAV CE.  I've not had that problem, but I'm told that 7.0 had
some bugs.  I know that they're on at least 7.5 now.  That's what we run.
Maybe update the clients?  Sorry, not much help on that one.

Tony

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 15, 2001 7:08 AM
To: MSWinNT Discussions
Subject: 2 questions


1st Question:

I swiped the logon script that microsoft gives you for updating clients
with hotfixes

@echo off
setlocal
set PATH=\\scmailsvr\Apps\HotFixes\2000
%PATH%\q276471_w2k_sp3_x86_en.exe -z -m
%PATH%\q285156_w2k_sp3_x86_en.exe -z -m
%PATH%\q285851_w2k_sp3_x86_en.exe -z -m
%PATH%\q296185_w2k_sp3_x86_en.exe -z -m
%PATH%\q298012_w2k_sp3_x86_en.exe -z -m
%PATH%\q299553_w2k_sp3_x86_en.exe -z -m
%PATH%\q299796_w2k_sp3_x86_en.exe -z -m
%PATH%\q301625_w2k_sp3_x86_en0815.exe -z -m
%PATH%\q302755_w2k_sp3_x86_en.exe -z -m
%PATH%\q300972_w2k_sp3_x86_en.exe -z -m
%PATH%\ALLq293826_w2k_sp3_x86_en.exe -z -m
%PATH%\rbupdate.exe
rem %PATH%\q299618.exe
%PATH%\qchain.exe

how do I make it so it can look on the clients to see if they are updated,
and not just blindly install everytime..


2nd question:
if anyone is running Norton ANtivirus Corporate Edition 7.0
I have about 50 or so clients and servers attached to my Antivirus server
and everytime a virus update comes out it only pushes out to half of the
clients..  after I look at the event log on the antivirus server it says
"Update to computer CLIENT1 of virus definition file 31114c failed. Status
20000005"  symantec's website has little to say about this that is
relevant..  has anyone encountered this

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to