http://bugs.winehq.org/show_bug.cgi?id=7942
Summary: batch scrips did not support %* Product: Wine Version: 0.9.31. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: jahn.matthias@freenet.de CC: jahn.matthias@freenet.de
i have notice that wines commandline parameter handling for batch scripts is incomplete. {{{ @echo off waf.bat configure %* }}} %* should contain all cmdline parameters except %0 ... but it is empty
{{{ @echo off waf.bat configure %1 %2 %3 %4 %5 %6 %7 %8 %9 }}} did work .... (but %10 didn`t)