Windows Script Host Shell Object (Malacious script detected) 
Author Message
 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



Mon, 12 Sep 2005 05:32:49 GMT  
 Windows Script Host Shell Object (Malacious script detected)
This is probably applicable.

http://www.aspfaq.com/show.asp?id=2180

Ray at work


Quote:
> 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



Mon, 12 Sep 2005 05:40:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Windows Script Host Shell Object

2. Research: Windows Script Host or Windows Scripting Host

3. Problems Installing Windows Script 5.0 and Windows Script Host 2.0 Beta on Windows NT 4.0

4. VB5 and Windows Scripting Host Object Model

5. Can't register Windows Scripting Host with Windows 7

6. .NET Script Host available from Win32 Scripting!

7. Compiling Scripting Host scripts

8. Calling Windows Script Host Objects from VB

9. Windows Scripting Host Object

10. Calling Windows Script Host Objects from VB

11. Windows Script Host to Execute Remote Script Q311269

12. Reading Email with Windows Script Host script

 

 
Powered by phpBB® Forum Software