Execute a Application On The Server Using VBScript
Posted
by Nathan Campos
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Campos
Published on 2010-04-28T20:44:49Z
Indexed on
2010/04/28
20:47 UTC
Read the original article
Hit count: 274
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:
leaf.exe input.jpg output.leaf
They are all on the same directory as my home page file(the executable and the input file). But I need that a VBScript could run the application like that, then I want to know how could I do this.
© Stack Overflow or respective owner