I am adding a section to my script to check for/install Innoculan updates. All it requires is a batch file to be run called avupdate.bat. I have included the following line in my script:


;*******************************
;* InnoculatIT Update for Win95*
;*******************************
SHELL "\\servername\netlogon\avupdate.bat"

It doesn't seem to work however. I can browse to the avupdate.bat file and it does run so I'm at a loss....any help would be appreciated!