S
S
ShinShil2016-11-09 14:02:36
Automation
ShinShil, 2016-11-09 14:02:36

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

1 answer(s)
A
Alexander Taratin, 2016-11-09
@Taraflex

The simplest way.
bat to exe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question