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.
http://bugs.winehq.org/show_bug.cgi?id=9531
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org, | |us@edmeades.me.uk AssignedTo|wine-bugs@winehq.org |us@edmeades.me.uk
--- Comment #1 from Jason Edmeades us@edmeades.me.uk 2007-08-31 15:09:13 --- I'll take a look
http://bugs.winehq.org/show_bug.cgi?id=9531
--- Comment #2 from Jason Edmeades us@edmeades.me.uk 2007-09-11 15:54:17 --- Patch submitted tonight... waiting on commit
http://bugs.winehq.org/show_bug.cgi?id=9531
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Jason Edmeades us@edmeades.me.uk 2007-09-13 16:45:09 --- fixed in git
http://bugs.winehq.org/show_bug.cgi?id=9531
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel dank@kegel.com 2008-01-28 05:24:36 --- Closing all RESOLVED FIXED bugs more than three months old.
http://bugs.winehq.org/show_bug.cgi?id=9531
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
http://bugs.winehq.org/show_bug.cgi?id=9531
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|programs |cmd