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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -