Jul 23, 2001 #1 smsinger3 Programmer Oct 5, 2000 192 US Hello all. Does anyone know how to run a dos command from asp? Thanks for your help! Steve sms@hmbnet.com
Hello all. Does anyone know how to run a dos command from asp? Thanks for your help! Steve sms@hmbnet.com
Jul 23, 2001 #2 FengShui1998 MIS Apr 27, 1999 705 US smsinger, On Windows 2000 -- Set WshShell = Server.CreateObject("Wscript.Shell" WshShell.run ("cmd /k" & "yourcommandline", 0, True) Fengshui1998 Upvote 0 Downvote
smsinger, On Windows 2000 -- Set WshShell = Server.CreateObject("Wscript.Shell" WshShell.run ("cmd /k" & "yourcommandline", 0, True) Fengshui1998
Jul 23, 2001 #3 Guest_imported New member Jan 1, 1970 0 I can open a shell on your server using a component called DynuExec you can dowload it from http://www.dynu.com/dynuexec.aspit's free.... bye Sonny Upvote 0 Downvote
I can open a shell on your server using a component called DynuExec you can dowload it from http://www.dynu.com/dynuexec.aspit's free.... bye Sonny