home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / ATAG101.ZIP / ADDTAG.DOC next >
Encoding:
Text File  |  1994-07-15  |  8.3 KB  |  275 lines

  1.  
  2.                     Act Of Impulse Add a Tagline
  3.  
  4.                                  v1.01
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.        │ What is the Act Of Impulse add tagline ?
  13. ──────────────────────────────────────────────────────────────────────
  14.        │
  15.  
  16.  Simple, it offers you to select the tagline you want at the end
  17.  of your message.
  18.  
  19.  I was getting tired of the random taglines with GoldEd and the no
  20.  taglines at all of TimEd. So I tried an add tagline program (TeTag)
  21.  very nice but not what I was looking for besides that it was only
  22.  usable with TimEd, and I normally use GoldEd. So I wrote my own.
  23.  
  24.  This program allows you to select a tagline from your tagline file
  25.  (Maximum of 5000 taglines!) and put it at the bottom of your
  26.  message.
  27.  
  28.  I have included a small tagline file with some nice taglines!
  29.  
  30.  This program works for sure with the following programs:
  31.  
  32.   - TimEd (External editor)
  33.   - GoldEd (Internal editor and external editor)
  34.   - FrontDoor 2.12 (Internal editor)
  35.  
  36.  
  37.        │ Disclaimer
  38. ──────────────────────────────────────────────────────────────────────
  39.        │
  40.  
  41.  In no event shall Act Of Impulse nor Pascal van Rossum be liable to
  42.  you or anyone else for any special, incidental, consequential,
  43.  indirect or similar damages due to the use of this program even if
  44.  one of our support-sites has advised you to use the program in a
  45.  special way. The program is provided as it is, and you use it on your
  46.  own risk. If your computer starts smoking it is though luck for you
  47.  
  48.  The exe files nor the Doc files may be changed in any way.
  49.  
  50.  
  51.        │ How to use the program
  52. ──────────────────────────────────────────────────────────────────────
  53.        │
  54.                                                                      
  55.  
  56.  General notes
  57.  ─────────────
  58.  
  59.  In the following examples the filename of the tagline file is
  60.  'taglines.txt'. Of course this can be any other filename. It is just
  61.  an example.
  62.  
  63.  You run addtag like this:
  64.  
  65.  AddTag <Tagline file> <File with the message>
  66.  
  67.  For both parameters you must include a path if the files cannot
  68.  be found in the current directory.
  69.  
  70.  I have absolutly no idea if it also works with other mail readers.
  71.  I tested it only with TimEd, GoldEd and FrontDoor.
  72.  Please let me know if you were able to run it with an other program,
  73.  please also mention how you did it!
  74.  
  75.  If you don't just AddTag with FrontDoor then the program looks for:
  76.  
  77.  ---
  78.   * Origin:
  79.  
  80.   If this is found (like that), it will put a tagline above the
  81.   tearline. If above the tearline already a tagline is found
  82.   it will NOT replace that one.
  83.  
  84.  You can use:
  85.  
  86.   F1 -> Random tagline WITH confirm.
  87.   F2 -> Random tagline WITHOUT confirm.
  88.   F3 -> Add a tagline to the message and the tagline file.
  89.   F4 -> Add a tagline only to the message.
  90.  
  91.  Note that it is not mandatory to work with a registered version of
  92.  TimEd, GoldEd or FrontDoor. Though it would be nice if you would
  93.  support the author of the program you use by registering.
  94.  
  95.  With TimEd
  96.  ──────────
  97.  
  98.  Simple, you must use a batch file to start up your editor
  99.  
  100.  An example:
  101.  ─────────────────────────────────────────────────────────────────────
  102.  
  103.  @ECHO OFF
  104.  EDIT.COM TIMED.MSG
  105.  ADDTAG.EXE TAGLINES.TXT TIMED.MSG
  106.  
  107.  ─────────────────────────────────────────────────────────────────────
  108.  Of course you can use your favourite editor instead of Edit.com
  109.  (Like Qedit or the Vision Editor).
  110.  
  111.  You must change in TimEd.CFG:
  112.  
  113.  'Editor Ed.Bat' instead of 'Editor Internal'
  114.  
  115.  
  116.  With GoldEd (Internal Editor)
  117.  ─────────────────────────────
  118.  
  119.  Add this to Golded.Cfg:
  120.  
  121.  ;   =================================================================
  122.  ;   EXTERNAL UTILS
  123.  ;   =================================================================
  124.  
  125.  EXTERNUTIL   1 ADDTAG.EXE TAGLINES.TAG @File
  126.  EDITSAVEMENU Yes
  127.  EDITSAVEUTIL 1 "A Add a tagline to the message."
  128.  
  129.  
  130.  With Golded (External editor)
  131.  ─────────────────────────────
  132.  
  133.  Simple, you must use a batch file to start up your editor
  134.  
  135.  An example:
  136.  
  137.  ─────────────────────────────────────────────────────────────────────
  138.  
  139.  @ECHO OFF
  140.  EDIT.COM GOLDED.MSG
  141.  ADDTAG.EXE TAGLINES.TXT GOLDED.MSG
  142.  
  143.  ─────────────────────────────────────────────────────────────────────
  144.  Of course you can use your favourite editor instead of Edit.com
  145.  (Like Qedit or the Vision Editor).
  146.  
  147.  
  148.  Add this to golded.cfg:
  149.  
  150.  
  151.  ;   -----------------------------------------------------------------
  152.  ;   Commandline for an external editor, if any.
  153.  ;   -----------------------------------------------------------------
  154.  EDITOR C:\COMMAND.COM /C ED.BAT
  155.  
  156.  See advanced.cfg included in the GoldEd package for more external
  157.  editor functions.
  158.  
  159.  
  160.  With FrontDoor 2.12
  161.  ───────────────────
  162.  
  163.  File   Global   Mailer   Editor   Terminal   Modem   Printer   Manager
  164. ══════════════════════════╔═════════════════╗════════════════════════════
  165. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Miscellaneous   ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  166. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ NetMail folder  ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  167. ▒▒╔══════════════════════════════════════════════════ Keyboard macros ╗▒▒
  168. ▒▒║                                                                   ║▒▒
  169. ▒▒║ F1  ~EAddTag Taglines.Txt [FD.MSG;~RFD.MSG;                       ║▒▒
  170. ▒▒║ F2                                                                ║▒▒
  171. ▒▒║ F3                                                                ║▒▒
  172. ▒▒║ F4                                                                ║▒▒
  173. ▒▒╚═══════════════════════════════════════════════════════════════════╝▒▒
  174. ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  175.  
  176.  It is not necessary that FD.MSG exist but it could be for instance
  177.  a textfile with your signoff. There is in this situation no need for
  178.  a tear- and originline.
  179.  
  180.  Note that you could also use a different filename for FD.MSG, but
  181.  you must specify the '[' in front of the name! (and ofcourse both
  182.  names should be the same)
  183.  
  184.  
  185.  UMGR  │ Registration
  186. ──────────────────────────────────────────────────────────────────────
  187.        │
  188.  
  189.  If you like this software please send me a postcard of your town
  190.  or a picture of you, your sister or the dog ;-)
  191.  
  192.  You can send it to:
  193.  
  194.         Pascal van Rossum
  195.         P.O. Box 3246
  196.         3502 GE Utrecht
  197.         The Netherlands
  198.  
  199.  I will appreciate it if you would send me one, and remember it
  200.  doesn't cost that much to send one!
  201.  
  202.  
  203.        │ Suggestions
  204. ──────────────────────────────────────────────────────────────────────
  205.        │
  206.  
  207.  I would be glad to hear them!
  208.  
  209.  
  210.        │ What might be in the next version
  211. ──────────────────────────────────────────────────────────────────────
  212.        │
  213.  
  214.  - Maybe a TSR so you can adopt taglines just like in bwave?
  215.    Or perhaps somebody has another solution
  216.  
  217.  - Selection of multiple tagline files.
  218.  
  219.  
  220.        │ Contacting the Author
  221. ──────────────────────────────────────────────────────────────────────
  222.        │
  223.  
  224.   Pascal Van.Rossum      The White Room
  225.   P.O.Box 3246           +31-30-893342 (v22b,v32b,v42b)
  226.   3502 GE Utrecht          2:281/714    FidoNet
  227.   The Netherlands         97:1000/701   Hupitel
  228.                           73:7314/14    RaNet
  229.                          125:125/0      World EchoMail Network
  230.                          170:170/2      YouthNet
  231.                          230:500/0      Dutch Virtual Reality Network
  232.  
  233.  
  234.  I prefer netmail.
  235.  
  236.  
  237.        │ Thanks/Greetings
  238. ──────────────────────────────────────────────────────────────────────
  239.        │
  240.  
  241.  
  242.  In no particular order I would like to thank and greet:
  243.  
  244.   - The crew at CreateLab
  245.  
  246.   - All FileArea Managers who are nice enough to Hatch this program
  247.     in their filenets.
  248.  
  249.   - You, for reading this and maybe even trying the program.
  250.  
  251.   - All the people that have suggested features or just told me it
  252.     was a nice program.
  253.  
  254.   - Michel van Rossum
  255.  
  256.   ! All the people that send me a postcard.
  257.  
  258.  
  259.        │ Copyrights / Trademarks
  260. ──────────────────────────────────────────────────────────────────────
  261.        │
  262.  
  263.  GoldEd           -> Odinn Sorensen (GoldWare International)
  264.  TimEd            -> Gerard van Essen (ArtWare)
  265.  TeTag            -> Richard Coffee
  266.  FrontDoor        ─> Joaquim H. Homrighausen (Advanced Eng. sarl)
  267.  Act Of Impulse   -> Pascal van Rossum
  268.  
  269.  All (other) copyrights and trademarks are of their respective
  270.  owners
  271.  
  272.  Documentation and Program Copyright 1994 Act Of Impulse
  273.  & Pascal van Rossum.
  274.  
  275. (EOF)