[Bug 21047] cmd does not handle FOR /F %%a in ('command') properly

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 18 09:36:51 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=21047


Magnus Bergman <magnus.bergman at jamtli.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magnus.bergman at jamtli.com




--- Comment #4 from Magnus Bergman <magnus.bergman at jamtli.com>  2010-03-18 09:36:50 ---
A related problem (which might be connected) is that "for /d" works slightly
different in wine (1.1.35) compared to windows. The following example prints
all directories in the root of c:

for /d %%g in (c:\*.*) do echo %%g

With wine only the directory names are prinded (like "Program Files") but in
windows the whole paths are prinded (like "c:\Program Files"). This should
probably be considered a bug and the windows behavior should be adopted.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list