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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run batch file using asp

Status
Not open for further replies.

futbwal15

IS-IT--Management
Jan 12, 2007
38
US
i have code here that i think is real close, i just need some suggestions on coming up with the final piece here. i want to run a batch file on my server using asp. the server is all up to date and windows scripting service says its ok, but im still not sure what the problem is.
 
Wscript.Run command will do it

Check
devguru
for syntax and parameters

[sub]____________ signature below ______________
The worst mistake you'll ever make is to do something simply the way you know how while ignoring the way it should be done[/sub]
 
I think it is meant to be read:
createobject("wscript.shell").run will do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top