[Bug 7942] New: batch scrips did not support %*

Wine Bugs wine-bugs at winehq.org
Tue Apr 3 04:19:42 CDT 2007


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 at winehq.org
        ReportedBy: jahn.matthias at freenet.de
                CC: jahn.matthias at 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)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list