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