I am inspired by Q303215 for the Secuirty Hotfix Checker Tool. But I am
trying to figure out if I can incorporate updates into a login script. My
attempt is to look at the computer and say:
if "%OS%"=="Windows_NT" goto :Security
:Security
if exist "hotfix MSO-012" goto :END
if not exist "hotfix MSO-012" goto :UPD_MSO012
:UPD_MSO012
net use x:\\upd\mso\012\mso012.exe -f -l -a -g -s
net use /del x:
First, does this make sense? Second who knows how to detirmine if a hotfix
(or Service Pack) is already applied?
Appreciate your replies positive or negative,
-Paul Done
------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]