http://bugs.winehq.org/show_bug.cgi?id=14866
Summary: expand: Wine's expand program fails on /r option Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P3 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: royshea@gmail.com
Created an attachment (id=15414) --> (http://bugs.winehq.org/attachment.cgi?id=15414) File compressed using "compress.exe -r test.txt"
The MS-DOS "expand" utility accepts the /r option to automatically rename files compressed using "compress" with the /r option. The version of "expand" included in wine fails to accept the /r option.
Attached is an example file originally named "test.txt" and compressed using /r into the file "test.tx_". Executing "expand.exe /r test.tx_" should successfully expand the file into "test.txt".