home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / imdb / rexx / techno_bbs / mdb.rexx.readme
Text File  |  1986-12-12  |  1KB  |  36 lines

  1. Hi everybody out there!
  2.  
  3. As I've just started with the TBBS software, I'm very curious to what's out
  4. there of good doors.
  5. When I saw the MovieMUI distribution had a TransAmiga door in it, I thought
  6. that  I might as well translate it to TechnoBBS.  It was very easy, took me
  7. only  a  couple  of  hours,  and  this is the result.  I've drawn some nice
  8. menu's  instead of the old ones (I hate monocrome :-), and then I've tidyed
  9. up  in  the code a bit, no need for multiple arexx commands on one line, it
  10. just makes it more difficult to read.
  11.  
  12. To install it, just extract the archive in your BBS:  drawer.  I've assumed
  13. you  have  a 'doors' drawer in it, but there's no reason why it couldn't go
  14. anywhere  else.   In  the  top  of  the  script, there's some configuration
  15. settings.   This  tells  the  script  where  the menu's are, and whether it
  16. should  quit  MovieMUI  after use.  The old script just quit MovieMUI if it
  17. was  set, but I use an environment variable to see if there are other users
  18. (on  a  multiline  BBS)  that uses MovieMUI at the moment.  You should also
  19. configure  where  the  script  can find MovieMui, and what to call the temp
  20. file it uses.
  21.  
  22. I've installed MovieMUI in my doors menu with this:
  23.  
  24. Command "movie" (N:1) {
  25.     dos("rx >NIL: Doors:mdb/mdb.rexx \(node())");
  26. };
  27.  
  28. That's just about it, have fun...
  29.  
  30.  
  31. Kenneth Fribert
  32. Fido:    2:235/317.0
  33. Amy:     39:141/104.15
  34. Inter:   kfribert@scala.ping.dk
  35. BBS/Fax: +45 31 87 98 36
  36.