http://bugs.winehq.org/show_bug.cgi?id=9531
Summary: cmd's for command can't handle /L option Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I ran into the following construct in a real-world cmd file today:
:: Short delay so this script can [xxxx] :: Without this delay the script will return too quickly... for /L %%i in (1,1,999) do set>NUL
Wine's cmd thinks this is a syntax error.