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
Post a Comment