home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RGLSTCLR.ZIP / RGLSTCLR.DOC < prev    next >
Encoding:
Text File  |  1992-07-27  |  5.6 KB  |  108 lines

  1.   ┌──────────────────────────────────────────────────────────────────────────┐
  2.   │░░▒▒▓▓│       RGLSTCLR v1.2 - 07/27/92 - Renegade last caller      │▓▓▒▒░░│
  3.   │░░▒▒▓▓│ Copyright (c) 1992 by Chris Woodward. All rights reserved. │▓▓▒▒░░│
  4.   └──────────────────────────────────────────────────────────────────────────┘
  5.  
  6.   Description
  7.   ▀▀▀▀▀▀▀▀▀▀▀
  8.         RGLSTCLR creates a file in Renegade's miscellaneous path as
  9.         defined in the Renegade.dat file.  This file is named whatever
  10.         is passed to it on the command line or LOGON1.MSG by default.
  11.         The file it generates using everything specified in its
  12.         configuration file, RGLSTCLR.CFG.  It reads information from the
  13.         LASTON.DAT file and generates the file.
  14.  
  15.   Disclaimer
  16.   ▀▀▀▀▀▀▀▀▀▀
  17.         This program is guarenteed to do nothing but take up space on
  18.         your disk.  I use it on my system and it works without and
  19.         problems.  As the saying goes, "If it breaks, you have the
  20.         pieces."
  21.  
  22.   Usage
  23.   ▀▀▀▀▀
  24.         RGLSTCLR needs to know the location of Renegade main directory.
  25.         So in order to find it, RGLSTCLR.EXE should be placed in the
  26.         same directory as the Renegade.dat file, or it may use the an
  27.         enviromental variable called RGBBS.  In the case using the
  28.         enviromental variable it should be defined as:
  29.  
  30.                 SET RGBBS = C:\RG\
  31.  
  32.         Note the trailing backslash, this is required or it will cause a
  33.         runtime error.  Usage of RGLSTCLR is simple.  The command line is
  34.         defined as follows:
  35.  
  36.         C:\RG> RGLSTCLR.EXE [Filename.ext]
  37.  
  38.         [Filename.ext] is the file name of the file generated by
  39.         RGLSTCLR.  If no file name is given, it will use LOGON1.MSG.
  40.         The file generated, no matter what the name is will be placed in
  41.         Renegade's miscellaneous path per defined in the Renegade.dat
  42.         file.
  43.  
  44.         In addition to the Renegade.dat file and the Laston.dat file,
  45.         RGLSTCLR also uses a configuration file named RGLSTCLR.CFG.
  46.         It's structure is as follows:
  47.  
  48.          Line 01 :  Color attribute for character in upper left corner of box.
  49.          Line 02 :  Character used in upper left corner of box.
  50.          Line 03 :  Color attribute for character in upper row of box.
  51.          Line 04 :  Character used in upper row of box.
  52.          Line 05 :  Color attribute for character in upper right corner of box.
  53.          Line 06 :  Character used in upper right corner of box.
  54.          Line 07 :  Color attribute for character in left row of box.
  55.          Line 08 :  Character used in left row of box.
  56.          Line 09 :  Color attribute for character in right row of box.
  57.          Line 10 :  Character used in right row of box.
  58.          Line 11 :  Color attribute for character in lower left corner of box.
  59.          Line 12 :  Character used in lower left corner of box.
  60.          Line 13 :  Color attribute for character in lower row of box.
  61.          Line 14 :  Character used in lower row of box.
  62.          Line 15 :  Color attribute for character in lower right corner of box.
  63.          Line 16 :  Character used in lower right corner of box.
  64.          Line 17 :  Color attribute for "You just missed ..." string.
  65.          Line 18 :  Title string above box (ie - "You just missed ...")
  66.          Line 19 :  Color attribute for "System caller" string
  67.          Line 20 :  Title string for system caller area (ie - "System caller")
  68.          Line 21 :  Color attribute for system caller information
  69.          Line 22 :  Color attribute for "User" string
  70.          Line 23 :  Title string for user area (ie - "User")
  71.          Line 24 :  Color attribute for user information
  72.          Line 25 :  Color attribute for "Calling from" string
  73.          Line 26 :  Title string for calling from area (ie - "Calling from")
  74.          Line 27 :  Color attribute for calling from information
  75.          Line 28 :  Color attribute for "Logged on at" string
  76.          Line 29 :  Title string for logged on at area (ie - "Logged on at")
  77.          Line 30 :  Color attribute for logged on at information
  78.          Line 31 :  Color attribute for seperation character
  79.          Line 32 :  Seperation character
  80.          Line 33 :  Clear the screen before showing last caller information?
  81.          Line 34 :  Pause after showing last caller information?
  82.          Line 35 :  Margin from left side of screen
  83.  
  84.         Looking at the the configuration file that came with RGLSTCLR
  85.         and the example LOGON1.MSG file will help your further
  86.         understand how to use the RGLSTCLR.CFG file.  I have set it up a
  87.         way that I like, you by no means have to keep it that way, I am
  88.         sure that there are other configurations that would make it look
  89.         even better.
  90.  
  91.   Bugs / Problems
  92.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  93.         If there are any problems or bugs that happen to show, please
  94.         inform me.  You can find me on my own BBS:
  95.  
  96.                 Infinity, (412)492-0118 as Sureality #1
  97.                 300/1200/2400/4800/9600/14.4k (v.32b/v.42b/MNP)
  98.                 1:129/152@FidoNet / 85:863/302@ITCNet
  99.  
  100.         Or just post a message on the Renegade echo to Chris Woodward,
  101.         and I will reply as quickly as I can.  Any suggestions for any
  102.         future release would be greatly appreciated.
  103.  
  104.   ┌──────────────────────────────────────────────────────────────────────────┐
  105.   │░░▒▒▓▓│       RGLSTCLR v1.2 - 07/27/92 - Renegade last caller      │▓▓▒▒░░│
  106.   │░░▒▒▓▓│ Copyright (c) 1992 by Chris Woodward. All rights reserved. │▓▓▒▒░░│
  107.   └──────────────────────────────────────────────────────────────────────────┘
  108.