http://bugs.winehq.org/show_bug.cgi?id=30534
Bug #: 30534 Summary: rename in cmd.exe is not working across dir. Product: Wine Version: 1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: srid.1979@gmail.com Classification: Unclassified
Hi, I am using wine for running chip simulator. this simulator have some compile script inbuilt in it. this is the issue i am facing.
-> wine cmd.exe
at the windows command mode """"rename """" command is not work. it is working within the dir, but not accross dir.
unix prompt# wine cmd.exe
wine cmd prompt>>rename .\debug\file_a file_b invalid parameter.
the same thing if i try with wine cmd prompt>>rename ./debug/file_a file_b it works.
the same cmd.exe on the windows works. i tried copying couple of cmd.exe from windows OS versions and it is not working.
A fix for this will be hugely appreciated ;)
Thanks, Sridhar