Edge07,
You can run executables in vbscript by setting a shell environment like so:
Set wshShell = Wscript.CreateObject("Wscript.Shell)
Then you can run the exe file like so.
wshShell.run ("cmd.exe /c \\server\trackit\audit32.exe),0,True
You can follow it easily, the 0 tells it...