Can I run a VBE Script with the CALL command?
I was thinking maybe this:

;IF EXIST ("c:\PROGRAM FILES\PGP Corporation\PGP Desktop\pgpwde.exe")
; call \\whchwpapp01\C$\scripts\bootguard.vbe
;endif

Is this too simple and to open for problems?