this is how I handle my InoculateIT stuff for win95...if $Dialedin = "yes"
$inocupd = "unknown"
WHILE $inocupd = "unknown"
MESSAGEBOX ("Do you want to update InoculateIT at this time?","InoculateIT",4388,120)
SELECT
case @error = "6"
MESSAGEBOX ("Please click YES to confirm update.","InoculateIT",4388,120)
if @error = "6"
$inocupd = "YES"
endif
if @error = "7"
$inocupd = "unknown"
endif
case @error = "7"
MESSAGEBOX ("Are you sure you want to skip InoculateIT update?","InoculateIT",4388,120)
if @error = "6"
$inocupd = "NO"
endif
if @error = "7"
$inocupd = "unknown"
endif
case 1
;nothing
ENDSELECT
LOOP
else
$inocupd = "YES"
endif
if $inocupd = "YES"
$avupdpath="\\" + $Inocserver + "\cheyupd$$\avupdate.exe"
Shell '%comspec% /c call $avupdpath'
endif
------------------
Chris Fricke
Clackamas County