concept
07-29-2004, 10:55 PM
Im trying to have asp on a windows 2003 web edition server, execute a .bat file. When I login to the server and double click the .bat file it runs it fine, however when the asp code executes it, it looks like the file is ran, but the action doesnt happen.
Pat
chrisranjana
07-30-2004, 02:30 AM
do check whether the "user" under which your web server runs has execute permissions on the .bat file and also if THAT .bat file writes to any other files then THAT "user" needs to have write permissions as well.
http://www.4guysfromrolla.com/webtech/072199-2.shtml maybe of some help