home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / mailbot_1 / !MBotUser / User / Script < prev   
Text File  |  1995-05-08  |  1KB  |  53 lines

  1. # -----------------------------------------------------------
  2. #  Demonstration script for !Mailbot, modify/rewrite to suit
  3. #  your needs.
  4. # -----------------------------------------------------------
  5. #
  6. # Global settings, used as defaults in
  7. # box definitions follow... 
  8. #                                     
  9. botbox        mailbot                 
  10. thishost      tiffc.demon.co.uk       
  11. botnic        The TIFFC MailBot       
  12. replyto       fatbob@tiffc.demon.co.uk
  13. organisation  TIFFC                   
  14. title         Mailbot Request Results
  15. header        header
  16. footer        none
  17. sectionsize   32
  18. logon                                 
  19. #                                     
  20. # Box definitions.
  21. #
  22. box three
  23.   title         1/3 About your request to the three MailBot.
  24.   send          three.info
  25.   title         2/3 A second file from the three MailBot.
  26.   send          three.two
  27.   title         3/3 A third file from the three MailBot.
  28.   send          three.three        
  29. endbox                             
  30.                                    
  31. box mailbot                        
  32.   title         MailBot Information
  33.   send          mailbot.info       
  34. endbox
  35.  
  36. box mbv
  37.   title         MailBot Version Information
  38.   send          mailbot.version
  39. endbox
  40.  
  41. box cow
  42.   title         UUCoded Cow
  43.   bsend         uu.cow
  44. endbox
  45.  
  46. box aboutme
  47.   organisation  Cakes n' Lard
  48.   title         All about Fat Blobby Bob esq.
  49.   send          aboutme.me
  50. endbox
  51.  
  52. end
  53.