http://bugs.winehq.org/show_bug.cgi?id=8020
Summary: cmd can't find .bat if full path is given / not found file causes a cmd spawning recursion Product: Wine Version: CVS Platform: All OS/Version: All Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: jan.wine@zerebecki.de CC: us@edmeades.me.uk
These two patches cause a regression, that prevents something like executing z:\bar\foo.bat and the later one causes a infinite cmd spawning recursion when a file is not found.
commit b573f68b36187190166bee3d0a42243b006f6bd5 "cmd.exe: Only search for supplied command as-is if it includes an extension." commit 5704b4bec94688fac291bee1c75ccd76039107ed "cmd.exe: Attempt to launch pgm even if fails to locate it."