Hi,

I'm having a great deal of trouble keeping my users Virus software up to date.

I've tried the recommended:

(After mapping T:)

SHELL T:\vplogon.bat
and
SHELL "%comspec% /e:1024 /c T:\vplogon.bat"
and even
SHELL ("%comspec% /c T:\vp_LOG32 /p=T:")

In all instances, the command seems to execute correctly. I see the message that "A new version has been foundon the server". The unfortunate part is that nothing seems to happen after that. NAV doesn't update... Instead, the script completes and the user get's their desktop.

Can anyone offer any insight as to what is wrong?

I'm using KiXtart 3.63, I'll include the NAV portion of my script

Thanks in advance,

;--------------------------------------------------------------------------------
;
; Norton Antivirus Install/Check
;
;--------------------------------------------------------------------------------
;
;First we check in in NoNav group. If in Group, install will exit.
;
IF INGROUP ("NoNav") GOTO FINISH ENDIF
;Now we install
;
?
? Checking Norton Antivirus........
;
Use T: /Delete
Use T: \\CAZFSM01\VPLOGON
SHELL ("%comspec% /c T:\vp_LOG32 /p=T:")
Use T: /Delete
:FINISH