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:
parent
770732bef7
commit
d7d6ac1633
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue