xcopy: Fix command line parsing logic.
commit766f6b0b4b153e8262591a52e123e63b0f7c2f01
authorMartin Wilck <Martin.Wilck@particle-dynamics.de>
Tue, 26 Oct 2010 23:49:06 +0000 (27 01:49 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 27 Oct 2010 09:59:24 +0000 (27 11:59 +0200)
treea6a010902dde3af952793b44aa9b37d986096a45
parentb62c0d23f7d5b1bbcab40768be7516975ae489ff
xcopy: Fix command line parsing logic.

Experiments show xcopy under Windows does not use argc/argv logic for
treating double quotes and backslashes. The xcopy logic is simplified
because literal quotes are illegal in Windows file names, thus escaped
double quotes (\") need not be treated.  'XCOPY "c:\dir a" "c:\dir
b\"' works under Windows.
programs/xcopy/xcopy.c