How run windows command ?

Questions about Wine on Linux
Locked
aug
Level 3
Level 3
Posts: 69
Joined: Sat Oct 30, 2021 4:21 am

How run windows command ?

Post by aug »

I have a software need options in command line.
How run exe command in WINE ?
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: How run windows command ?

Post by dimesio »

Bamm
Level 4
Level 4
Posts: 136
Joined: Thu May 22, 2008 3:18 am

Re: How run windows command ?

Post by Bamm »

aug wrote: Fri Nov 12, 2021 5:12 pm I have a software need options in command line.
You add command line arguments and switches in the same way you do to other programs in Linux and Windows, by putting them after the name of the executable. For example:

Code: Select all

$ wine /path/to/progname.exe /q /c filename.ext
I hope this helps.
Locked