http://bugs.winehq.org/show_bug.cgi?id=31875
Bug #: 31875 Summary: poor error output of cmd when trying to execute a non exist program Product: Wine Version: 1.5.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com Classification: Unclassified
1. $ wine wineconsole cmd 2. type foobar.exe and Enter
Expect result: the error output should like something below: foobar.exe is not recognized as an internal or external command,operable program or batch file. Actual result: the error output is "File not found"
Some installer will call cmd during installation, a "File not found" message is confusing.