diff --git a/src/shell/shell_cmds.cpp b/src/shell/shell_cmds.cpp index e2af8415..4840c834 100644 --- a/src/shell/shell_cmds.cpp +++ b/src/shell/shell_cmds.cpp @@ -573,6 +573,7 @@ void DOS_Shell::CMD_COPY(char * args) { while(ScanCMDBool(args,"A")) ; ScanCMDBool(args,"Y"); ScanCMDBool(args,"-Y"); + ScanCMDBool(args,"V"); char * rem=ScanCMDRemain(args); if (rem) {