davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
267 stars 23 forks source link

ccp internal "ren" does not work #79

Closed SvOlli closed 8 months ago

SvOlli commented 9 months ago

When I try ren ls.com l.com the drive works for quite some time, but does not seem to change anything. dir still shows "ls.com".

BTW: Is there a way to move a file from one "user partition" to anonther?

davidgiven commented 9 months ago

The CP/M rename signals syntax is weird. Try ren newfile=ls.com.

What you entered should have produced an error, though. I'll need to take a look at that.

Re user partitions: no. It's one of the things which make user numbers wretched.

SvOlli commented 8 months ago

Okay, even ren newname oldname works.