R
Rodger
I have a script that I want to run however I cannot get it to work. Every
time I run the script I get . . . . .
HERE IS THE CODE (ASP)
set wshell = CreateObject("WScript.Shell")
wshell.run ("j:\gwsend.exe /[email protected] /s=""" & Time() &
"message sent"" /m=""This is a test from the intranet""")
set wshell = nothing
HERE IS THE ERROR MESSAGE
Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 1/5/2006
Time: 3:59:19 PM
User: N/A
Computer: WEBSRV3
Description:
Application popup: gwsend.exe - Application Error : The application failed
to initialize properly (0xc0000142). Click on OK to terminate the
application.
This sounds like a permissions issue, so what user do I use and where do I
set it to make this work.
I am getting the error on the Server (where I want it to run)
Windows 2000 SP3, IIS5, FrontPage Server Extension 2002
Thank you,
Rodger
time I run the script I get . . . . .
HERE IS THE CODE (ASP)
set wshell = CreateObject("WScript.Shell")
wshell.run ("j:\gwsend.exe /[email protected] /s=""" & Time() &
"message sent"" /m=""This is a test from the intranet""")
set wshell = nothing
HERE IS THE ERROR MESSAGE
Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 1/5/2006
Time: 3:59:19 PM
User: N/A
Computer: WEBSRV3
Description:
Application popup: gwsend.exe - Application Error : The application failed
to initialize properly (0xc0000142). Click on OK to terminate the
application.
This sounds like a permissions issue, so what user do I use and where do I
set it to make this work.
I am getting the error on the Server (where I want it to run)
Windows 2000 SP3, IIS5, FrontPage Server Extension 2002
Thank you,
Rodger