On Fri, 8 Jan 1999, Phil Clayton wrote:
Can someone tell me the CP/M command to copy a single
file or program
on my Kaypro from drive B: to drive A:
I do not want to copy the whole disk just a single file or two..
Thanks, Phil...
PIP a:=b:filename.ext[ov] - [ov] specifies 'object' and 'verify'.
- don