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(a)winehq.org ReportedBy: dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.