First post, by jargon
jargon
Offline
Rank
Newbie
- Rank
- Newbie
-specs-
Win32 XP Home version 2002 / build 2600 SP3
Compaq Presario 906US Laptop
AMD Athlon32 "XP" 1500+ 1.33 GHz
960 MB of RAM out of a total 3 GB of DDR2 reported available.
ATI Mobility Radeon
-regarding-
This is a general error, in my opinion, independent of system specs; regarding command prompt erratic behavior resulting from wildcard usage.
>COPY * ..\DAT\0 File(s) copied.>COPY * ..\DAT\*0 File(s) copied.>COPY *.TXT ..\DAT\*Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.Copy failure : ..\DAT\*.0 File(s) copied.>COPY *.TXT ..\DAT\*.*Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.0 File(s) copied.>COPY *.* ..\DAT\*Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.Copy failure : ..\DAT\*.*.0 File(s) copied.>COPY *.* ..\DATCOPY.TXTFLAG.TXTFONT.TXTITEMROOM.TXTNOUNVERB.TXTVERB.TXTWALLROOM.TXTWHAT.TXT8 File(s) copied.>VERDOSBox version 0.72. Reported DOS version 5.0.
As you can see, DOSBOX is behaving erratically with wildcards.
>COPY * ..\DAT\0 File(s) copied.
The above should normally copy all files regardless whether they have an extension or not. There were 8 files to be copied, that would normally have copied over, I believe, in DOS 5.

