home *** CD-ROM | disk | FTP | other *** search
-
- Act Of Impulse Add a Tagline
-
- v1.01
-
-
-
-
-
-
-
- │ What is the Act Of Impulse add tagline ?
- ──────────────────────────────────────────────────────────────────────
- │
-
- Simple, it offers you to select the tagline you want at the end
- of your message.
-
- I was getting tired of the random taglines with GoldEd and the no
- taglines at all of TimEd. So I tried an add tagline program (TeTag)
- very nice but not what I was looking for besides that it was only
- usable with TimEd, and I normally use GoldEd. So I wrote my own.
-
- This program allows you to select a tagline from your tagline file
- (Maximum of 5000 taglines!) and put it at the bottom of your
- message.
-
- I have included a small tagline file with some nice taglines!
-
- This program works for sure with the following programs:
-
- - TimEd (External editor)
- - GoldEd (Internal editor and external editor)
- - FrontDoor 2.12 (Internal editor)
-
-
- │ Disclaimer
- ──────────────────────────────────────────────────────────────────────
- │
-
- In no event shall Act Of Impulse nor Pascal van Rossum be liable to
- you or anyone else for any special, incidental, consequential,
- indirect or similar damages due to the use of this program even if
- one of our support-sites has advised you to use the program in a
- special way. The program is provided as it is, and you use it on your
- own risk. If your computer starts smoking it is though luck for you
-
- The exe files nor the Doc files may be changed in any way.
-
-
- │ How to use the program
- ──────────────────────────────────────────────────────────────────────
- │
-
-
- General notes
- ─────────────
-
- In the following examples the filename of the tagline file is
- 'taglines.txt'. Of course this can be any other filename. It is just
- an example.
-
- You run addtag like this:
-
- AddTag <Tagline file> <File with the message>
-
- For both parameters you must include a path if the files cannot
- be found in the current directory.
-
- I have absolutly no idea if it also works with other mail readers.
- I tested it only with TimEd, GoldEd and FrontDoor.
- Please let me know if you were able to run it with an other program,
- please also mention how you did it!
-
- If you don't just AddTag with FrontDoor then the program looks for:
-
- ---
- * Origin:
-
- If this is found (like that), it will put a tagline above the
- tearline. If above the tearline already a tagline is found
- it will NOT replace that one.
-
- You can use:
-
- F1 -> Random tagline WITH confirm.
- F2 -> Random tagline WITHOUT confirm.
- F3 -> Add a tagline to the message and the tagline file.
- F4 -> Add a tagline only to the message.
-
- Note that it is not mandatory to work with a registered version of
- TimEd, GoldEd or FrontDoor. Though it would be nice if you would
- support the author of the program you use by registering.
-
- With TimEd
- ──────────
-
- Simple, you must use a batch file to start up your editor
-
- An example:
- ─────────────────────────────────────────────────────────────────────
-
- @ECHO OFF
- EDIT.COM TIMED.MSG
- ADDTAG.EXE TAGLINES.TXT TIMED.MSG
-
- ─────────────────────────────────────────────────────────────────────
- Of course you can use your favourite editor instead of Edit.com
- (Like Qedit or the Vision Editor).
-
- You must change in TimEd.CFG:
-
- 'Editor Ed.Bat' instead of 'Editor Internal'
-
-
- With GoldEd (Internal Editor)
- ─────────────────────────────
-
- Add this to Golded.Cfg:
-
- ; =================================================================
- ; EXTERNAL UTILS
- ; =================================================================
-
- EXTERNUTIL 1 ADDTAG.EXE TAGLINES.TAG @File
- EDITSAVEMENU Yes
- EDITSAVEUTIL 1 "A Add a tagline to the message."
-
-
- With Golded (External editor)
- ─────────────────────────────
-
- Simple, you must use a batch file to start up your editor
-
- An example:
-
- ─────────────────────────────────────────────────────────────────────
-
- @ECHO OFF
- EDIT.COM GOLDED.MSG
- ADDTAG.EXE TAGLINES.TXT GOLDED.MSG
-
- ─────────────────────────────────────────────────────────────────────
- Of course you can use your favourite editor instead of Edit.com
- (Like Qedit or the Vision Editor).
-
-
- Add this to golded.cfg:
-
-
- ; -----------------------------------------------------------------
- ; Commandline for an external editor, if any.
- ; -----------------------------------------------------------------
- EDITOR C:\COMMAND.COM /C ED.BAT
-
- See advanced.cfg included in the GoldEd package for more external
- editor functions.
-
-
- With FrontDoor 2.12
- ───────────────────
-
- File Global Mailer Editor Terminal Modem Printer Manager
- ══════════════════════════╔═════════════════╗════════════════════════════
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ Miscellaneous ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒║ NetMail folder ║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
- ▒▒╔══════════════════════════════════════════════════ Keyboard macros ╗▒▒
- ▒▒║ ║▒▒
- ▒▒║ F1 ~EAddTag Taglines.Txt [FD.MSG;~RFD.MSG; ║▒▒
- ▒▒║ F2 ║▒▒
- ▒▒║ F3 ║▒▒
- ▒▒║ F4 ║▒▒
- ▒▒╚═══════════════════════════════════════════════════════════════════╝▒▒
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- It is not necessary that FD.MSG exist but it could be for instance
- a textfile with your signoff. There is in this situation no need for
- a tear- and originline.
-
- Note that you could also use a different filename for FD.MSG, but
- you must specify the '[' in front of the name! (and ofcourse both
- names should be the same)
-
-
- UMGR │ Registration
- ──────────────────────────────────────────────────────────────────────
- │
-
- If you like this software please send me a postcard of your town
- or a picture of you, your sister or the dog ;-)
-
- You can send it to:
-
- Pascal van Rossum
- P.O. Box 3246
- 3502 GE Utrecht
- The Netherlands
-
- I will appreciate it if you would send me one, and remember it
- doesn't cost that much to send one!
-
-
- │ Suggestions
- ──────────────────────────────────────────────────────────────────────
- │
-
- I would be glad to hear them!
-
-
- │ What might be in the next version
- ──────────────────────────────────────────────────────────────────────
- │
-
- - Maybe a TSR so you can adopt taglines just like in bwave?
- Or perhaps somebody has another solution
-
- - Selection of multiple tagline files.
-
-
- │ Contacting the Author
- ──────────────────────────────────────────────────────────────────────
- │
-
- Pascal Van.Rossum The White Room
- P.O.Box 3246 +31-30-893342 (v22b,v32b,v42b)
- 3502 GE Utrecht 2:281/714 FidoNet
- The Netherlands 97:1000/701 Hupitel
- 73:7314/14 RaNet
- 125:125/0 World EchoMail Network
- 170:170/2 YouthNet
- 230:500/0 Dutch Virtual Reality Network
-
-
- I prefer netmail.
-
-
- │ Thanks/Greetings
- ──────────────────────────────────────────────────────────────────────
- │
-
-
- In no particular order I would like to thank and greet:
-
- - The crew at CreateLab
-
- - All FileArea Managers who are nice enough to Hatch this program
- in their filenets.
-
- - You, for reading this and maybe even trying the program.
-
- - All the people that have suggested features or just told me it
- was a nice program.
-
- - Michel van Rossum
-
- ! All the people that send me a postcard.
-
-
- │ Copyrights / Trademarks
- ──────────────────────────────────────────────────────────────────────
- │
-
- GoldEd -> Odinn Sorensen (GoldWare International)
- TimEd -> Gerard van Essen (ArtWare)
- TeTag -> Richard Coffee
- FrontDoor ─> Joaquim H. Homrighausen (Advanced Eng. sarl)
- Act Of Impulse -> Pascal van Rossum
-
- All (other) copyrights and trademarks are of their respective
- owners
-
- Documentation and Program Copyright 1994 Act Of Impulse
- & Pascal van Rossum.
-
- (EOF)