[Wine] Re: cmd.exe behaviour

Markus Strand m.nospam.strand at luukku.com.invalid
Mon Mar 19 00:55:27 CDT 2007


Ralph.Blach at gmail.com wrote:
> When I execute the following command from a wine cmd.exe
> and the file xxx exists,
> 
> c:\windows\system32\cmd.exe /c copy h:xx h:xxx
> Overwrite file (Y/N)
> 
> How do I over ride the behavior of asking for a y/n.

Does it work as on vanilla windows, with "copy /y".
Ie. would  this work:

c:\windows\system32\cmd.exe /c copy /y h:xx h:xxx


++MStr


More information about the wine-users mailing list