Date : Sun, 08 Oct 2006 20:12:44
From : "David Hunt" <dm.hunt@...>
Subject: Re: How to *SPOOL result of *INFO?
> > P%=&380:[CMP #3:BNE &385:RTS:JMP 0
> > !&386=!&20A:?&20A=&80:?&20B=3
> >
> > This intercepts all *FX3 calls and ignores them. Now doing
> > *SPOOL file
> > *INFO *.*
> > *SPOOL
> > works as expected.
> >
>
> Thanks for that, Jonathan.
>
> When I cut and past that code and run it as Basic I get a
> syntax error for the second line. Ignoring the error and then
> doing a *Spool etc still produces an empty file. Where am I
> going wrong?
> (I'm using DFS on a Master BTW.)
There is an error in the code, it should read;
P%=&380:[CMP #3:BNE &385:RTS:JMP 0]
!&386=!&20A:?&20A=&80:?&20B=3
Note the closing square bracket after the JMP 0
It works fine on my Master 128 with DFS 2.24.
Dave ;)