Robert Gault wrote:
><snip>
> puls u
> ENDC
> puls y,x Restore path descriptor pointer and data offset
>
> Now you get the initial login screen message.
>
> Robert
>
Sorry guys. The above was missing an ENDC. So, if anyone wants to try the patch,
the end of the code should be:
puls u
ENDC
ENDC
puls y,x
Robert