
Windows Script Host Shell Object (Malacious script detected)
Below is my simple vbs. Anytime I want to run it the Norton Anti virus
flares up the message "Malacious script detected....(Msiexec.exe). Any
idea.....I would greatly appreciate any suggestions. (Novice here!!!!!!!)
' creating object for calling teh batch/command script
Dim WshShell
Set WshShell = CreateObject("Wscript.Shell")
WshShell.Run "c:\devshare_1\setup_v_1\Install_all.cmd"
'end