This topic is locked

How can I run another application

6/21/2007 6:16:00 AM
ASPRunnerPro General questions
author

Dear all,
How can I run another application with command after adding the record in asprunner. I have tried to use shell funtion but its not work. Can anyone htlps me to solve that problem.

Sergey Kornilov admin 6/21/2007
Dim wshell, intReturn

set wshell = server.createobject("wscript.shell")

intReturn = wshell.run(command", 0, True)

Response.Write( intReturn )

set wshell = nothing


I guess your web server may not allow you to use shell object.