Execute a Application On The Server Using JavaScript
Posted
by Nathan Campos
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Campos
Published on 2010-05-02T20:04:50Z
Indexed on
2010/05/02
20:07 UTC
Read the original article
Hit count: 300
I have an application on my server that is called leaf.exe
, that haves two arguments needed to run, they are: inputfile
and outputfile
, that will be like this example:
pnote.exe input.pnt output.txt
They are all on the same directory as my home page file(the executable and the input file). But I need that a JavaScript could run the application like that, then I want to know how could I do this.
© Stack Overflow or respective owner