Date : Thu, 20 Oct 2005 09:35:53 +0100
From : Richard Gellman <splodge@...>
Subject: Re: BBC TCP/IP
Matthew Fullerton wrote:
> Both. In fact I load the ROM image over econet file sharing (Level 4FS
> on the R260) in order to get it started (if someone would like to tell
> me how to copy a file from econet to disc, I'm all ears).
Master or B?
On a Master, you can use: *MOVE -NET-path.to.file -DISC-path.to.file (or
-ADFS-). Note that the command name is a misnomer. Its actually a COPY
not a MOVE operation. But *COPY was taken up by ${FS} so *MOVE it has to
be....
On a BBC B, you are more limited. You could try *LOAD'ing from one FS,
and *SAVE'ing to the other, or a BASIC program to copy it with BGET# and
BPUT#.
-- Richard