I am in the process of beginning, after a long abstinence from
it, to write utilities/doors for the TriBBS BBS software sysops.
The problem is, some of the programs may gravely damage critical
BBS data files, therefore causing the BBS to crash, forcing the
sysop to reinstall it to fix the problem. This problem would
occur *if* the BBS were up and running when the programs are run.
If none of the nodes are up while they run, then it won't be
a problem.
I know that when a node is up, in its own child environment, it places:
TRIBBS=TRUE
So, the question: is there a way for a DOS program to enumerate
the node(s) environment to see if they're up and running? And, is
there a way to detect if the environment even exists BEFORE trying to
read it?
Thanks in advance!
------------------
Clay C. Clear
mailto:[email protected][email protected]</A>
Clay Clear's Software
it, to write utilities/doors for the TriBBS BBS software sysops.
The problem is, some of the programs may gravely damage critical
BBS data files, therefore causing the BBS to crash, forcing the
sysop to reinstall it to fix the problem. This problem would
occur *if* the BBS were up and running when the programs are run.
If none of the nodes are up while they run, then it won't be
a problem.
I know that when a node is up, in its own child environment, it places:
TRIBBS=TRUE
So, the question: is there a way for a DOS program to enumerate
the node(s) environment to see if they're up and running? And, is
there a way to detect if the environment even exists BEFORE trying to
read it?
Thanks in advance!
------------------
Clay C. Clear
mailto:[email protected][email protected]</A>
Clay Clear's Software
Comment