Topic: CP dot command is buggy. Here's a fix
I have disassembled the CP command supplied with esxDOS 0.8.7 and noticed that it has some bugs:
https://github.com/nagydani/dot-command … dos087.asm
I have already fixed them:
https://github.com/nagydani/dot-command … ter/cp.asm
Additionally, I am planning to add some more functionality to CP, namely both source and target will also allow streams, not just file names.