I have one abc.exe executable in windows. I can run this application using the DOS promt command and provide it with some runtime variable.
I want to do the same in a linux system from a terminal.
How can i do this?
Windows EXE files usually cannot work on Linux. You may be able to use wineone that emulates MS Windows:
wine
wine abc.exe
What do you mean by a run-time variable? Command line argument or environment variable?
chorobas , Linux .exe , , , , vm vm .
Source: https://habr.com/ru/post/1546304/More articles:Dynamic Extractors in Scala - scalaDisable Esc key when popping up Kendo window - javascriptDisplay json file in browser using Node.JS without file extension - jsonFilling FosElasticaBundle ends up with php memory, possible memory leak? - phpC # DataReader issue when used with transformed stream .AsInputStream () - c #Scala Futures: The default error handler for each newly created or mapped exception - scalaHighcharts Column diagram with a sweep, removing hyperlinks, as formatting using labels on the x axis - javascriptScala on Android with scala.concurrent.Future does not report an exception from the system err / out - androidReplace values ββthat occur once in the raster using NA - rInvalid JSON primitive error converting JSON file - jsonAll Articles