Code: [il at IL ~]$ wine cmd /c "c: && echo 1" File not found 1 does anyone get the same error? Is it a known bug?
On Thu, Mar 4, 2010 at 20:27, leniviy <wineforum-user at winehq.org> wrote:> does anyone get the same error? Is it a known bug?Confirmed for me on wine 1.1.38. It disappears if you remove the space. This does not happen under XP x64, so it should be a bug. cmd /c "c: && dir" confirms that the c: does not execute. Gert
On Thu, Mar 4, 2010 at 20:46, Gert van den Berg <wine-users at mohag.net> wrote:> cmd /c "c: && dir" confirms that the c: does not execute. >In addition, the second command still runs, which is not expected with a "&&" if the first command fails.
On Thu, Mar 4, 2010 at 20:49, Gert van den Berg wrote:> On Thu, Mar 4, 2010 at 20:46, Gert van den Berg wrote: >> cmd /c "c: && dir" confirms that the c: does not execute. >> > In addition, the second command still runs, which is not expected with > a "&&" if the first command fails. >Minimal failure case: mohag at mohagpc:~$ wine cmd /c "c: " File not found mohag at mohagpc:~$ wine cmd /c "c:" mohag at mohagpc:~$ Gert
so all built in commands like "dir " , "help ", "pushd " etc. don't work