[Wine] wine test.bat - Does it work?

Martin Gregorie martin at gregorie.org
Fri Oct 22 09:42:11 CDT 2010


On Fri, 2010-10-22 at 16:10 +0200, Sónia Liléo wrote:
> Hi all!
> 
> I have a .bat file that I need to run on a machine that runs Linux.
> 
> Is it possible to run a .bat file under WINE?
> 
Yes, but you need to run the Windows shell explicitly and tell it to run
the .BAT file rather than running interactively:

	wine cmd /c test.bat


Martin





More information about the wine-users mailing list