use wine without gui?

Questions about Wine on Linux
Locked
kevguy367
Newbie
Newbie
Posts: 1
Joined: Mon May 25, 2020 1:07 am

use wine without gui?

Post by kevguy367 »

there anyway to run a console/text based application to run straight from an ssh terminal without using the gui?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: use wine without gui?

Post by jkfloris »

If the application doesn't depend on a GUI, you should be able to run your application with:

Code: Select all

wineconsole program.exe
https://wiki.winehq.org/Wine_User's_Gui ... terface.29
Locked