[Coco] AcBBS source code

Bill cwgordon at carolina.rr.com
Sat Sep 28 11:22:52 EDT 2013


O.K., RunB is a merged combination of runb, syscall, inkey and gfx2

When I use the command 'runb' all I get is an Error #043

-----Original Message-----
From: coco-bounces at maltedmedia.com [mailto:coco-bounces at maltedmedia.com] On
Behalf Of Bill Pierce
Sent: Saturday, September 28, 2013 10:50 AM
To: coco at maltedmedia.com
Subject: Re: [Coco] AcBBS source code

Bill...  AcBBS is written in Basic09 and you probrably need to:

first...

ident -s /dd/cmds/runb

if you get an error 216, then you need to copy runb, syscall, inkey and gfx2
into /dd/cmds
then try the above cmd again.
if all you get in the resulting listing is "runb" then do the following
cmds. if you get all the above cmds listed, then you're ok, do NOT do the
following cmds.

merge /dd/cmds/runb /dd/cmds/syscall /dd/cmds/gfx2 /dd/cmds/inkey
>/dd/cmds/runb2
rename /dd/cmds/runb runb.solo
rename /dd/cmds/runb2 runb
attr /dd/cmds/runb e pe

And sometimes it helps to

load runb

before running the program.
This will most likely solve your problem.

Bill Pierce




More information about the Coco mailing list