home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / wanderx3.lha / README.TRANSAMIGA < prev    next >
Text File  |  1992-02-24  |  2KB  |  39 lines

  1. How to use Wanderer with TransAmiga
  2.  
  3. There is a file called Extra.Rx in a directory BBS:Configs (the SysOp can
  4. change the path but that is the suggested one). That file contains all
  5. information for the BBS it needs to start an ARexx script. That script
  6. has to be in BBS:Rexx (or what the sysop chose...)
  7.  
  8. Here comes the script that starts your Door (it is called wanderer.trans):
  9.  
  10. /* startup wanderer doorgame for transamiga V1.1 */
  11. options results
  12. systeminfo 8 ; bbsline=result
  13. userinfo a   ; username=result
  14. name=word(username,2)
  15. quoteusername='"'||username||'"'
  16. id=time(s)
  17. open('temp','t:'||name||bbsline||'.startup','W')
  18. writeln('temp',"doors:wanderer/wanderer.mod2 -u "quoteusername"")
  19. writeln('temp',"endcli")
  20. close('temp')
  21. address command 'NewShell FIFO:trshell'id'/rwkecs from     <-\
  22. t:'||name||bbsline||'.startup'                           <---one line
  23. address command 'BBS:Bin/TrShell -n'bbsline'-ftrshell'id
  24. address command 'delete t:'||name||bbsline||'.startup QUIET'exit 0
  25. --------wanderer.trans end----------
  26.  
  27. This file has to go to the BBS:Rexx directory. I call it wanderer.trans
  28. and to run it from the Doors menu the sysop has to add following line to
  29. his BBS:Configs/Extra.Rx:
  30. W Wanderer                 0 -------- wanderer.trans
  31. * ********************** *** ******** ******************...
  32. The spacing is important so I put the stars under the line. First comes
  33. the key than the name for the menu than minimum accesslevel (0=Guest)
  34. than the access-flags and last the ARexx Script to be executed from
  35. BBS:Rexx. I think that is the information you wanted.
  36.  
  37.  
  38.   Sami Radwan (Sysop of 'Amiga on Phone')
  39.