Date : Sun, 24 Jul 2005 11:31:37 +0100
From : Mike Tomlinson <mike@...>
Subject: Re: Disk to Econet transfer
In article <323CBDF0E4C34F179EA6C526B26CC3B4.MAI@...>,
BeebMaster <beebmaster@...> writes
>For single file transfers on a Master 128, I have always found the
>Master MOS *MOVE command to be vastly underrated. It takes the
>form
>
>*MOVE -ADFS-file -NET-file
>
>or vice-versa etc.
The ability to specify filesystem within the * command on the Master
doesn't just apply to *Move. It can be used with any command, e.g.
*cat -net-0.254:$
*info -disc-:2
*copy -adfs-:4.$.FromHere -net-0.254.$.subdir.ToHere
^
(a : may be required before the '0', I can't remember.)
etc.