home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SLNAME14.ZIP / SLNAME.DOC < prev    next >
Text File  |  1993-09-12  |  4KB  |  95 lines

  1.  
  2.                                ==============
  3.                                    SLNAME
  4.                                ==============
  5.      SLNAME is an external program designed to be a more personalized
  6.      logoff screen. It takes the user's name, and turns it into an
  7.      ANSI style version, with the letters being larger, and in random
  8.      colors. If the user doesn't have color, then it merely says
  9.      goodbye in the normal text fashion.
  10.  
  11.      SLNAME was written by me during the days I thought I was going to
  12.      be some major BBS programmer. To date, I have only written one
  13.      other BBS external program. I guess the idea of having a door which
  14.      was written in QuickBASIC ver. 2.0 didn't appeal to most SYSOPs.
  15.  
  16.      At any rate, I made it to run under Searchlight BBS software. This
  17.      was the BBS software I was using at the time. I would also like to
  18.      take this opportunity to disclaim myself from any adverse effects
  19.      this program might have on your system. I mean sheesh, I wrote it
  20.      on an old Tandy TL/2 (80286), so I'm not sure of how it may act
  21.      on other systems. So if you experience lock-ups, or something
  22.      else which you are not happy with, simply don't run SLNAME.
  23.  
  24.  
  25.  
  26.  
  27.  
  28.                                     SETUP
  29.                                     -----
  30.      
  31.  
  32.         First, unzip all files into a directory of your choice. For
  33.         the sake of this .DOC we'll say C:\SLBBS\SLNAME will be the
  34.         directory to use.
  35.  
  36.         Run SLBBS's CONFIG.EXE file, and go into AutoDoors Setup. From
  37.         there choose the LogOff AutoDoor Setup. Here's how it should
  38.         look:
  39.  
  40.  
  41.  
  42.     1. Command ..................... NAME.BAT %U %G
  43.     2. Directory Path .............. C:\SLBBS\SLNAME
  44.     3. Communications Support ...... Force-Color
  45.     4. Abort Method ................ Terminate
  46.                                               
  47.         
  48.         You should include the .BAT extension so SL won't go looking for 
  49.         NAME.EXE. The %U is the username with any spaces replaced with
  50.         the underscore bar ( _ ). Don't worry, the _ will then be turned
  51.         back to a space in SLNAME, but you MUST use this parameter. The
  52.         %G is the graphics mode of the user. If the mode is anything other
  53.         than C (color) SLNAME will merely print
  54.  
  55.                        GOODBYE:
  56.  
  57.                        USER NAME
  58.         
  59.         The Directory Path should be pretty understandable. This is
  60.         the drive and path where the SLNAME program files reside.
  61.         Communications Support MUST be set to Force-Color, otherwise
  62.         the user will not see the display even though the SYSOP of
  63.         the host computer sees everything just fine. I think this is
  64.         because of the way that QuickBASIC 2.0 does it's screen writes.
  65.         Abort Methos is the action that Searchlight takes if carrier
  66.         is dropped while running this door. Terminate will stop SLNAME
  67.         and return to SLBBS. Some PCs may experience lockups if carrier
  68.         is dropped, in which case you may want to set the Abort Method 
  69.         to Re-Boot. This will Re-Boot your PC. Obviously, for this to
  70.         work properly for you, you must include a statement in your
  71.         AUTOEXEC.BAT file which loads SLBBS on bootup.
  72.  
  73.  
  74.         I've taken out a couple bugs since my first attempt at SLNAME.
  75.         The first one would not display the dark gray color to the
  76.         user, so I eliminated that. Also, I had to include a statement
  77.         which took different action if the user's name was too large
  78.         (longer than 19 characters).
  79.  
  80.         I thought about making this program shareware, and having you
  81.         send me $10 if you like it, but what the hell. I've used
  82.         enough shareware programs without registering them, that I
  83.         decided to just make this thing FreeWare! Besides, who's really
  84.         going to send money for it?
  85.  
  86.         If, however, you have some comments you'd like to let me
  87.         know of, I can be reached on the Cleveland Freenet. Send
  88.         Email to aj423.
  89.  
  90.  
  91.                                                      Dewey Thompson
  92.  
  93.  
  94.         
  95.