Date : Tue, 18 Apr 2006 19:54:40 +0100
From : "Ian Wolstenholme" <BBCMailingList@...>
Subject: Re: CPFS and MOVE
Thanks, that is just what I was looking for.
The reason behind it [if anybody is still listening!!] was because
when I was struggling with MOVE/CPFS/1770DOS as per the
previous post, I needed to try to initialise the 1770DOS filing
system. The usual command is *DOS but of course this has
another meaning on the Master 512 as it starts DOS Plus
loading!
Best wishes,
Ian
----- Original Message -----
From: jgh@... (Jonathan Graham Harston)
To: bbc-micro@...
Sent: 18 Apr 2006 12:19:15 +0100
Subject: [BBC-Micro] Re: CPFS and MOVE
>Message-ID: <3E27F9AB495D4974A2E2D2B292DDDF71.MAI@...>
"Ian Wolstenholme" <BBCMailingList@...> wrote:
> By the way, is there a filing system equivalent of *FX142, ie to
> change FS without typing in the usual start-up command?
*FX143,18,<fs id>, eg:
OSBYTE 143,18,4 or *FX143,18,4 to select disk
OSBYTE 143,18,5 or *FX143,18,5 to select net
OSBYTE 143,18,8 or *FX143,18,8 to select adfs
OSBYTE 143,18,11 or *FX143,18,11 to select cpfs if its fsid=11
OSBYTE 143,18,16 or *FX143,18,16 to select hadfs
OSBYTE 143,18,92 or *FX143,18,92 to select linkfs
See http://mdfs.net/Docs/Comp/BBC/Filing/FSNums for a full(ish) list.
--
J.G.Harston - jgh@... - mdfs.net/User/JGH
BBC BASIC for Windows and Internationalisation
See http://mdfs.net/Software/BBCBasic/Windows/ProgTips