I'm running this script to kick this .exe of for a silent uninstall. I need it do a check first to see if the .exe exists and if not then QUIT, but if it does then call out the .exe in the path below.
Set wshShell = WScript.CreateObject ("WSCript.shell")
wshshell.run "c:\windows\system32\iprint\setupipp.exe /U /S /R", 6, True
set wshshell = nothing
I'm knew to working with VBS so any help would be greatly appreciated.
Thanks.
Set wshShell = WScript.CreateObject ("WSCript.shell")
wshshell.run "c:\windows\system32\iprint\setupipp.exe /U /S /R", 6, True
set wshshell = nothing
I'm knew to working with VBS so any help would be greatly appreciated.
Thanks.