1

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.

2

Re: CP dot command is buggy. Here's a fix

nagydani wrote:

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

Dear Daniel,

thank you for this. Will try soon, but now I have a question what is needed to compiled this. sjASMPlus or PASMO or Z88DK?

nagydani wrote:

Additionally, I am planning to add some more functionality to CP...

Maybe this. http://board.esxdos.org/viewtopic.php?pid=255#p255
Here Spezzi63 searches for ".cp file to hd1" command.

3

Re: CP dot command is buggy. Here's a fix

nagydani wrote:

Additionally, I am planning to add some more functionality to CP, namely both source and target will also allow streams, not just file names.

everyone would be very happy if .cp would work wink
I assume that this basic function has not been maintained since v0.73

Thanks in advance,
Günter