http://bugs.winehq.org/show_bug.cgi?id=21047
--- Comment #5 from Austin English austinenglish@gmail.com 2010-03-18 11:13:54 --- (In reply to comment #4)
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.
Please file a new bug for this.