1
0
Fork 0

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
This commit is contained in:
Peter Veenstra 2011-08-30 08:59:28 +00:00
parent 770732bef7
commit d7d6ac1633

View file

@ -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) {