Answer the question
In order to leave comments, you need to log in
How to emulate a command in the console?
There is a console application that is compiled into an .exe file.
It accepts parameters from the command line.
You need to pass it on to others.
Is it possible to write such a script in any language, further pseudocode:
var pathToExe = "C:\app.exe"
var param1 = "val1"
var execString = pathToExe + " " +param1
ConsoleEmulate(exeString)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question