From d7d6ac163398aaeba272281c0e4fcac6c941639e Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 30 Aug 2011 08:59:28 +0000 Subject: [PATCH] Ignore verify with copy. Fixes Grand Prix Unlimited CD installer. Thanks ripsaw and rcblanke Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3745 --- src/shell/shell_cmds.cpp | 1 + 1 file changed, 1 insertion(+) 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) {