BAT Files

Questions about Wine on macOS.
Locked
jlnhlfan
Level 1
Level 1
Posts: 5
Joined: Fri Mar 08, 2019 7:48 pm

BAT Files

Post by jlnhlfan »

I've seen some tutorials for using .bat files in Wine, but they were all for Linux. Is there a way I can run .bat files on the MacOS version of Wine?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: BAT Files

Post by jkfloris »

I expect you could use the same commands on MacOS.

Code: Select all

wine cmd
# or
wineconsole
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: BAT Files

Post by Gcenx »

jkfloris wrote:I expect you could use the same commands on MacOS.

Code: Select all

wine cmd
# or
wineconsole
Also there is

Code: Select all

wine start /path/script.bat
Locked