Subj : commands.bbb
To : Alan Ianson
From : Chad Adams
Date : Fri Feb 04 2022 06:10 pm
I suspected this. I wrote a commands.bbb file. I tried adding a printf() program to the commands.bbb on the main menu (2) but it doesnt actually work. The program compolies but it doesnt actually run.
>> I am trying to make some new commands. I was reading the docs and it talks
>> about two files: commands.bbb and config.bbb.
> Here's a snip I grabbed from the sysop.txt..
> ;Command Menu Script, *bbbs_command or !os_command
> ;==================================================================
> ;
> ; alias "cd" commands:
> ;
> cd.. 4 *cd ..
> cd\ 4 *cd /
> cd/ 4 *cd /
> ;
> ; other BBBS commands:
> ;
> ACCess !,fsysop, 1 *>b You have access!
>That example has alias's for the cd command and the ACCess command will simply
> print "You have access!" on your screen.
>> I cant seem to find either of those files on the latest BBBS installation.
>> Have they been removed or replaced?
>There never was one included as far as I know. You just edit that file in your
> bbbs directory and go.