home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / intertg2.zip / intertg2.doc < prev    next >
Text File  |  1995-12-10  |  2KB  |  57 lines

  1. Here it is, a msall program I wrote to read a tagline file,
  2. and randomly pick one. I originally wrote it for use with Delphi's Internav 
  3. program which allow signature line files, but doesn't provide a way to put 
  4. taglines in it short of cutting and pasting it yourself. Put this program in
  5. your startup or a cron program to generate a new tagline everytime
  6. your computer is booted or every x minutes. I don't know how 'random' it 
  7. really is, but the more taglines you have, the less chance of repeats.
  8.  
  9. This program is totally free and I don't gaurantee it to do anything but take
  10. up hard drive space. If you find it useful, I would appreciate a donation
  11. of $5.
  12.  
  13. It uses five files:
  14.  
  15. intertg2.exe
  16. intertg2.cmd
  17. <path and filename to the tagline file>
  18. <path and filename to the blank signature line file>
  19. <path and filename to the resulting signature  file w/ tagline>
  20.  
  21. Usage:
  22.  
  23.   intertg2 <tagfile> <blankfile> <sigfile>
  24.  
  25. A tagline file: I have provided one, the taglines can be any length, but 
  26.                 it is assumed that there is one per line. Each file is 
  27.                 limited to 32,767 taglines because of the limitation of 
  28.                 the randomizer, if anyone knows how to get around this 
  29.                 limitation let me know.
  30.  
  31. CAUTION: I have provided these taglines that I have collected. I make no
  32.          warranty about them. I do not even know what is in there, use at
  33.          your own risk!
  34.  
  35. A blank signature line file: This is your signature without a tagline.
  36.                              Can be any length you wish. See sample.
  37.  
  38. Signature File: This is the outputted file that you tell Internav to use
  39.                 as your signature file. It is overwritten each time Intertag
  40.                 is run, so it doesn't matter what is in there. I named mine
  41.                 c:\pmmail\pmmail1.sig so that everytime I write a message
  42.                 in PMMail, it automatically gets the latest signature and
  43.                 tagline.
  44.  
  45. History: 
  46.  
  47. 1.0 : Written 4/28/95 in four hours. 
  48.  
  49. I welcome any comments, suggestions, critcisms, etc, etc....You can contact
  50. me at:
  51.  
  52. Email: lynx@webstar.net, aac531@ramail.angelo.edu, or craig@wcc.net
  53.  
  54. Snail Mail: Craig Leikis
  55.             2901 Sunset Apt 6H
  56.             San Angelo, TX 76904
  57.