/* arghhhhhhhh */
parse arg node
nodeid = "AERexxControl"node
address value nodeid

options results

TA = TRANSMIT

GU = GETUSER

GU 100
name = result
Showfile "BBS:Doors/Info/Text"
/*TA " "*/
/*TA " "*/
TA " [35myOU aRE oN nODE   : "node""
TA " yOUR hANDLE iS    : "name""
GU 102
location = result
TA " yOUR lOCATiON     : "location""
GU 12
sysop = result
TA " lOCAL sYSOP iS    : "sysop" "
GU 11
bbs = result
TA " tHIS bBS iS       : "bbs"   "
GU 103
phone = result
TA " yA pHONE nUMBER   : "phone" "
GU 105
axx = result
TA " yOUR aXX iS       : "axx"   "
GU 111
dwl = result
TA " nUMBER oF dL'S    : "dwl"   "
GU 110
ul = result
TA " nUMBER oF uL'S    : "ul"    "
GU 112
calls = result
TA " nUMBER oF cALLS   : "calls""
GU 126
conf = result
TA " cONFERENCE nOW oN : "conf"   "
TA ""
SHUTDOWN
