When working on the copy command I checked your patch.
I didn't add it as I'm not convinced that the changes are correct.
I'm worried that they will break commands like
c:\copy d:\dir1*.* e:\dir2\
I didn't test this, but I recall that findfirst gives the filename without the leading directory. that is why it is split off on both the source and the target
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch file
Logged In: YES
user_id=535630
Originator: NO
When working on the copy command I checked your patch.
I didn't add it as I'm not convinced that the changes are correct.
I'm worried that they will break commands like
c:\copy d:\dir1*.* e:\dir2\
I didn't test this, but I recall that findfirst gives the filename without the leading directory. that is why it is split off on both the source and the target