Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
I have a abc.exe executable file in my windows. I can execute this application using the DOS command promt and gives some run-time variable to it.

I am trying to implement the same in my linux system from terminal.

How can I do this??

1 Answer

0 votes
by (36.8k points)

Windows EXE files usually can't run on Linux. You might be successful with the wine which emulates a MS Windows, though:

wine abc.exe

What do you mean by the runtime variable? A command line argument, or environment variable?

To know about Linux join the Linux training

Do check out the video below

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...