Click to See Complete Forum and Search --> : Running .EXE file from the ASP page


Mero
July 8th, 2001, 11:14 AM
I want to run .exe file on the server not on the client and without downloading the file to the clien side I just want to run the .exe file on the server and when it finish executing it redirect to another page

I need it very very very Quickly

Thank you for your help

jackofalltrades
July 10th, 2001, 11:55 AM
Check out aspExec, can't remember who created it, but it's free. Do a search for it.

I had this working on one system but when I switched to NT2000Server, I was unable to get it to execute my batch file...probably permissions problem, I opted for dyna-zip/gt to compress my files instead of using a batch that called tar/Z programs.