home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / ralogo11.zip / RALOGO.DOC < prev    next >
Text File  |  1992-08-03  |  4KB  |  120 lines

  1.  
  2.  
  3.  
  4.                                   RALogo v1.1
  5.                              Written by Ross Tracy
  6.                      Copyright 1992 (c) DreamWare Software
  7.  
  8.                               Compiled: 08-03-92
  9.  
  10.  
  11. DISCLAIMER
  12. ----------
  13.  
  14.         DreamWare is not responsible for any damage done to the
  15.         product user's computer, whether it be smoking, gurgling,
  16.         spitting out various parts, or shakedown.
  17.  
  18.  
  19.  
  20. WHAT IS RALOGO?
  21. ---------------
  22.  
  23.         RALogo is a neat little program created to give randomization to
  24.         RemoteAccess's LOGO, GOODBYE and WELCOME (ANS and AVT only)
  25.         (optional) files.  It's capable of up to 999 files for each
  26.         Textfile (999 LOGO.ANS, 999 LOGO.AVT, etc)
  27.  
  28.  
  29.  
  30. SETUP AND CONFIGURATION
  31. -----------------------
  32.  
  33.         Edit the RALOGO.CFG file as follows:
  34.  
  35. Example:
  36.  
  37. D:\RA\TXTFILES           Line 1  --->  Drive/Path to RA's Textfiles (Where
  38.                                        RA keeps the ANSIs!)
  39. D:\BBS\RALOGO            Line 2  --->  Drive/Path where RALOGO is run from
  40. Y                        Line 3  --->  Y or N, If you want to enable AVATAR
  41.  
  42. Y                        Line 4  --->  Y or N, If you would like to
  43.                                        randomize LOGO.ANS
  44. D:\BBS\TXTFILES\LOGOS    Line 5  --->  Drive/Path to all of your LOGO.* files
  45.                                          (including AVATAR)
  46. 421                      Line 6  --->  Number of Logos you have (not including
  47.                                        the orignal)
  48.  
  49. Y                        Line 7  --->  Y or N, If you would like to
  50.                                        randomize WELCOME.ANS
  51. D:\BBS\TXTFILES\WELCOME  Line 8  --->  Drive/Path to all WELCOME.* files
  52.                                          (including AVATAR)
  53. 354                      Line 9  --->  Number of Welcome screens available
  54.                                        (not including original)
  55.  
  56. Y                        Line 10 --->  Y or N, If you would like to
  57.                                        randomize GOODBYE.ANS
  58. D:\BBS\TXTFILES\WELCOME  Line 11 --->  Drive/Path to all GOODBYE.* files
  59.                                          (including AVATAR)
  60. 354                      Line 12 --->  Number of Goodbye screens available
  61.                                        (not including original)
  62.  
  63.         When you create the other LOGO, WELCOME, and/or GOODBYE files create
  64.         them in the following format:
  65.  
  66.         ANSI
  67.         ----
  68.   
  69.         LOGO.1                  WELCOME.1               GOODBYE.1
  70.         LOGO.2                  WELCOME.2               GOODBYE.2
  71.         etc.                    etc.                    etc.
  72.  
  73.  
  74.         AVATAR
  75.         ------
  76.  
  77.         LOGOA.1                 WELCOMEA.1              GOODBYEA.1
  78.         LOGOA.2                 WELCOMEA.2              GOODBYEA.2
  79.         etc.                    etc.                    etc.
  80.  
  81.  
  82.  
  83. RUNNING RALOGO
  84. --------------
  85.  
  86.         RALogo should be run prior to firing up RemoteAccess.
  87.  
  88.         Here's an example:
  89.  
  90.         @ECHO OFF
  91.         :START
  92.         D:
  93.         CD\RA\RALOGO
  94.         RALOGO
  95.         CD\RA
  96.         RA -E20
  97.  
  98.  
  99.  
  100. REGISTRATION
  101. ------------
  102.  
  103.         RALogo is FREE!  No charge for it took me 25 minutes to write.
  104.  
  105.         Any Comments/Suggestions about RALogo or any DreamWare
  106.         Product can be sent via Netmail to:
  107.  
  108.         Ross Tracy
  109.         1:324/133@FidoNet
  110.         72:72/3,72/108@RANet
  111.         75:7508/6@DoorNet
  112.         91:508/203@ICNNet
  113.  
  114.         Or in the following Echomail Conferences:
  115.  
  116.         FidoNet         RANet           DoorNet        ICNNet
  117.         -------         ------          -------        ---------
  118.         RA_UTIL         RA_DOOR         D_SYSOP        ICN-DOORS
  119.         RA_SUPPORT      ASK_BETA        D_Q&A
  120.