Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6365  / 2 Years ago, sat, july 9, 2022, 8:32:03

I am new to linux. I run the batch file which will execute exe file in automated way. I need to do the same in linux. Kindly give me some idea how to use it. Thanks in advance


More From » scripts

 Answers
2

I'm going to answer this anyway, even though this is off-topic as this is about another Linux distro. Really you ought to ask the question on Unix & Linux - you can use the same StackExchange account.



To run most exe files, you can use Wine. You can install it in most rpm based systems with:



sudo yum list wine*


Then you can click on exe files, and open them with 'Wine Windows Program Loader'.



As for batch files, that is harder, but you may be able to use a Windows like terminal that comes with Wine - you can open that by running:



wineconsole 

[#27139] Sunday, July 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rcraftemur

Total Points: 118
Total Questions: 119
Total Answers: 144

Location: Turks and Caicos Islands
Member since Sun, Mar 7, 2021
3 Years ago
;