home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
comms
/
bbs
/
wanderx3.lha
/
README.TRANSAMIGA
< prev
next >
Wrap
Text File
|
1992-02-24
|
2KB
|
39 lines
How to use Wanderer with TransAmiga
There is a file called Extra.Rx in a directory BBS:Configs (the SysOp can
change the path but that is the suggested one). That file contains all
information for the BBS it needs to start an ARexx script. That script
has to be in BBS:Rexx (or what the sysop chose...)
Here comes the script that starts your Door (it is called wanderer.trans):
/* startup wanderer doorgame for transamiga V1.1 */
options results
systeminfo 8 ; bbsline=result
userinfo a ; username=result
name=word(username,2)
quoteusername='"'||username||'"'
id=time(s)
open('temp','t:'||name||bbsline||'.startup','W')
writeln('temp',"doors:wanderer/wanderer.mod2 -u "quoteusername"")
writeln('temp',"endcli")
close('temp')
address command 'NewShell FIFO:trshell'id'/rwkecs from <-\
t:'||name||bbsline||'.startup' <---one line
address command 'BBS:Bin/TrShell -n'bbsline'-ftrshell'id
address command 'delete t:'||name||bbsline||'.startup QUIET'exit 0
--------wanderer.trans end----------
This file has to go to the BBS:Rexx directory. I call it wanderer.trans
and to run it from the Doors menu the sysop has to add following line to
his BBS:Configs/Extra.Rx:
W Wanderer 0 -------- wanderer.trans
* ********************** *** ******** ******************...
The spacing is important so I put the stars under the line. First comes
the key than the name for the menu than minimum accesslevel (0=Guest)
than the access-flags and last the ARexx Script to be executed from
BBS:Rexx. I think that is the information you wanted.
Sami Radwan (Sysop of 'Amiga on Phone')