home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / u_tday1a.zip / Todays.Doc < prev   
Text File  |  1995-06-26  |  3KB  |  72 lines

  1. The Ultimate Todays Callers Bulletin Generater V0.1A By John Doran.
  2.  
  3. Okay.. Here are some REALLY quick docs on how to use this utility.
  4.  
  5. Make A New SubDirectory From Your Adept Directory Caller TODAY.
  6. <IE: F:\Adept\Today>
  7.  
  8. Unzip U_TDAY1A.ZIP into the new subdirectory...
  9.  
  10. Edit the "TodayHead.Ans/Asc" <the Ansi Header Used By UltiToday> And The
  11. "TodayFoot.Ans/Asc" <Footer Files> In Anyway You Wish.  Just NOt That The
  12. 'GridWork' spacing should not be played with... Otherwise The List Of Callers
  13. will NOT properly Align.. and look unsightly.... Just edit the first few
  14. lines of the Header.. bottom few lines of the footer... etc...  The Default
  15. screens are not ugly.. in fact... I knida like its simplicity <smile>.
  16.  
  17. Once you've got the header/footer the way you want it <or using the defaults>
  18. copy them into your Adept\Text directory where all your other ANSI and ASCII
  19. screens are kept.
  20.  
  21. Add the following line into your AtStart.CMD:
  22.  
  23.    Call AdeptChainRexx 'C:\Adept\Today\Today.ERX',line
  24.  
  25.                         ^^^^^^^^^ Make sure this is YOUR Adept Path
  26.                                   and not mine <smile>.
  27.  
  28.                                   The "line" above is the keyword used in
  29.                                   the first few lines of AtStart.CMD
  30.                                   <ie: ARG line>.. if your ARG has another
  31.                                   Keyword... other than line.. than change
  32.                                   the above line to add into AtStart.CMD
  33.                                   to reflect the keyword already in use
  34.                                   by AtStart.CMD.
  35.  
  36. Now... whenever callers log on <on any node...>.. it will be automatically
  37. updated.. so if they choose to look at the list while online.. they'll see
  38. all of the callers for today.. INCLUDING them!
  39.  
  40. Now... we need to add into your MAIN.MENU <found in Adept\Menus> A line to
  41. SHOW The Bulletins created to your users.... <or you can do it in AtStart..
  42. but more on that later>.
  43.  
  44. To add UltiToday's Bulletins into your Main.Menu... add the following line.
  45.  
  46.         T, 51, [T]odays Callers Bulletin,TODAY.ASC,0
  47.  
  48. T = The Key From The Menu Which Pulls Up Todays Bulletins...
  49.  
  50. 51 = Shows A Text File
  51. [T] <blah blah> = Description Of This Key.
  52. TODAY.ASC = The Bulletin Showed <Asc/Ans>...
  53. 0 = Security Level Needed To Access This Key Command.
  54.  
  55. And thats it!
  56.  
  57. If You Want It Shown Automatically Upon Logon... Then Add Into AtStart.CMD
  58. <AFTER The Above Added Lines To AtStart>...
  59.  
  60.     Call AdeptMenuType line,51,'Today.Asc'
  61.                        ^^^^
  62.                        Read above about 'line'...
  63.  
  64. If this is added to the AtStart.CMD then all users logging on will be shown
  65. the bulletin... before hitting the main menu.
  66.  
  67. Good luck.. and leave me feedback in the echos!
  68.  
  69. John Doran
  70. NightStalker BBS @ [212] 486-6281
  71.  
  72.