Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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.
Dim wshell, intReturnset 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.