How to run .exe executable file from linux command line? -


i have 1 abc.exe executable file in windows. able execute application using dos command promt , give run-time variable it.

i want same in linux system terminal.

how can this??

windows exe files can't run on linux. might successful wine emulates ms windows, though:

wine abc.exe 

what mean runtime variable? command line argument, or environment variable?


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -