http://bugs.winehq.org/show_bug.cgi?id=21047
Magnus Bergman magnus.bergman@jamtli.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus.bergman@jamtli.com
--- Comment #4 from Magnus Bergman magnus.bergman@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.