mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 17:33:50 +08:00
Don't query on batch files.
svn path=/trunk/; revision=17309
This commit is contained in:
@@ -537,6 +537,13 @@ INT cmd_copy (LPTSTR cmd, LPTSTR param)
|
||||
}
|
||||
}
|
||||
|
||||
/* keep quiet within batch files */
|
||||
if (bc != NULL)
|
||||
{
|
||||
dwFlags |= COPY_NO_PROMPT;
|
||||
dwFlags &= ~COPY_PROMPT;
|
||||
}
|
||||
|
||||
if(nFiles < 1)
|
||||
{
|
||||
/* There is not enough files, there has to be at least 1 */
|
||||
|
||||
Reference in New Issue
Block a user