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!

run

Status
Not open for further replies.

adamdavies

Programmer
May 21, 2003
20
AU
i want to run a .bat file from .aspx

System.Diagnostics.Process.Start("C:\Batch.bat") - this doesnt seem to work

or pdblID = Shell("C:\Batch.bat", vbMinimizedFocus)


can anyone help

thanks
adam
 
Haven't done this myself but if your trying to run the bat file on the client you can't. You can try to get them to download and run the file themselves but that's it.

If your trying to run it on the server it should work. Like I said I haven't done this myself but I know it is possible.

Just thought I would point out the client side bit.

That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top