http://bugs.winehq.org/show_bug.cgi?id=59816 Bug ID: 59816 Summary: cmd: inbuilt 'type' fails on expanding *.txt Product: Wine Version: 11.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: cmd Assignee: wine-bugs@list.winehq.org Reporter: klaus.zipfel@geopp.de Distribution: --- Created attachment 81074 --> http://bugs.winehq.org/attachment.cgi?id=81074 Testfile for 'type': Create folder & file test_type/test.txt and try to run 'type *.txt' on it. When running the following in cmd.exe type *.txt the 'shell expansion' of *.txt is not performed. type rather tries to literally open the file "*.txt", which then fails. You can reproduce the bug with my attached batch file. -- 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.