Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

execute a dos command from asp?

Status
Not open for further replies.

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
 


smsinger,

On Windows 2000 --

Set WshShell = Server.CreateObject("Wscript.Shell")
WshShell.run ("cmd /k" & "yourcommandline", 0, True)


Fengshui1998
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top