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@mohagpc:~$ wine cmd /c "c: " File not found mohag@mohagpc:~$ wine cmd /c "c:" mohag@mohagpc:~$ Gert