I
ian.irlandez
Hey all,
I'm trying to execute a bat file on the server in javascript. The
javascript sits on the server as well. I'm currently using:
document.location.href='testme.bat';
However the only thing it does is just opens up the bat file and shows
my bat code in the browser. How can I execute the batch file instead
of opening it and viewing it in the browser?
I'm trying to execute a bat file on the server in javascript. The
javascript sits on the server as well. I'm currently using:
document.location.href='testme.bat';
However the only thing it does is just opens up the bat file and shows
my bat code in the browser. How can I execute the batch file instead
of opening it and viewing it in the browser?