"Sylvain" == Sylvain Petreolle spetreolle@yahoo.fr writes:
Sylvain> Is your patch allowing the run of .bat files by wine itself, or Sylvain> only a W-process ? When I try it on command line I have this :
Sylvain> [syl@snoop cygwin]$ wine cygwin.bat --debugmsg +process Sylvain> trace:process:PROCESS_InitWine starting process name="" Sylvain> file=(nil) argv[0]="cygwin.bat" trace:process:find_exe_file Sylvain> looking for "cygwin.bat" trace:process:find_exe_file Trying Sylvain> built-in exe "C:\cygwin\cygwin.bat" Sylvain> trace:process:find_exe_file Trying native exe Sylvain> "C:\cygwin\cygwin.bat" wine: cannot determine executable type Sylvain> for 'C:\cygwin\cygwin.bat' [syl@snoop cygwin]$ cat cygwin.bat Sylvain> @echo off
you can't run "wine cygwin.bat --debugmsg +process". Only "CreateProcess(...,"...bat") is supported? And the fix for GOTO in batch files needs still to be applied.
Is "wine cygwin.bat --debugmsg +process" really something valid? "wine --debugmsg +process -- wcmd /c cygwin.bat" Should work.
Bye