Today I tried to copy COMMAND.COM to a non-existing drive J:.
I used FreeDOS 1.3 and FreeDOS Interim Build T2211.
Both report FreeCom as version 0.85a - WATCOMC - XMS_Swap [Jul 10 2021 19:28:06].
Here's my screen:
C:\>copy command.com j:
Invalid parameter. - 'j:'
C:\>copy command.com j:\
File not found. - 'j:\*.*'
Out of memory error.
C:\>copy command.com j:\command.com
File not found. - 'j:\command.com'
Out of memory error.
Today I tried to copy COMMAND.COM to a non-existing drive J:. I used FreeDOS 1.3 and FreeDOS Interim Build T2211. Both report FreeCom as version 0.85a - WATCOMC - XMS_Swap [Jul 10 2021 19:28:06]. Here's my screen:
Doing the same in MS-DOS 6.22:
copy command.com j:\
andcopy command.com j:\command.com
should report the same error ascopy command.com j:
.And in a perfect world the error message would be
Invalid drive specification
.