http://bugs.winehq.org/show_bug.cgi?id=11724
Summary: can't run bat from root of drive Product: Wine Version: 0.9.31. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pgr@arcelectronicsinc.com
with cmd prompt trying to run a batch file from the root of c: when not at the root can't find the file
3232e61b9457d2003cfd76df614bf04c38a9bde5 is first bad commit commit 3232e61b9457d2003cfd76df614bf04c38a9bde5 Author: Jason Edmeades us@edmeades.me.uk Date: Mon Feb 26 23:04:16 2007 +0000
cmd.exe: Locate programs more correctly.
Here is the console sequence that works before this commit. Note from a clean prefix add a small autoexec.bat file to c:\
paul@paul-semipron:~/Git/wine-git$ WINEPREFIX=~/.wineautotest ./wine cmd CMD Version 0.9.31
Z:\home\paul\Git\wine-git>c: c:>cd windows c:\windows>c:\autoexec.bat File not found
There is a second regression in the later code that when the above sequence is tried instead of file not found it gets into a loop and requires a ^C to recover the console.