home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 January / PCO0197.ISO / filesbbs / dos / 400ter.arj / TERMAIL.EXE / BEFORMSG.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-08-11  |  1.9 KB  |  59 lines

  1. @ECHO OFF
  2.  
  3. REM │
  4. REM │ This is the BEFORMSG.BAT file for TerMail.
  5. REM │
  6. REM │ If you have several programs to run before you edit your message
  7. REM │ then you could use this batch file. We will try to gather as many
  8. REM │ possible settings for all kind of programs here.
  9. REM │
  10. REM │ Programs that currently would use such a batch file would be
  11. REM │
  12. REM │ Spell-checkers
  13. REM │ Tagline/originline managers
  14. REM │ Text formatting programs such as TmNice
  15. REM │
  16. REM │ %1 will be the GROUP name in uppercase letters: INTER, GERMAN etc.
  17. REM │ This could be used to determine different spellers or tagline
  18. REM │ editors for different languages.
  19. REM │
  20.  
  21. REM ┌────────────────────────────────────────────────────────────────────┐
  22. REM │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Text (re)formatting programs ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  23. REM └────────────────────────────────────────────────────────────────────┘
  24. REM
  25. REM  ***  TmNice  ***
  26. REM
  27. REM TmNice 2.3 TM MESSAGE & TAG MASTER TmNice is for Terminate / TerMail
  28. REM users. It (re)formats quoted lines in reply messages properly and can
  29. REM add a random TagLine to the message.
  30. REM
  31. REM TmNice options :
  32. REM
  33. REM    /71     - right margin.     /40 - /79    default: /71
  34. REM    NOTAG   - do not add tag lines
  35. REM    AUTOTAG - automatically add a random Tag Line  (no fun)
  36. REM    NOWAIT  - do not ask for permission to reformat. Just do it!
  37.  
  38. REM TMNICE\TMNICE TM.MSG /75
  39.  
  40. REM ┌────────────────────────────────────────────────────────────────────┐
  41. REM │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ Tagline managers ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  42. REM └────────────────────────────────────────────────────────────────────┘
  43.  
  44. REM  ***  TagMan  ***
  45. REM
  46. REM  Usage : tagman [tagline file] [message file]
  47. REM
  48. REM  Note : Tagman uses a compressed tagline database.
  49.  
  50. REM TAGMAN\TAGMAN TAGMAN\TAGLINES.TDB TM.MSG %1
  51.  
  52. REM  ***  TagDude ***
  53. REM
  54. REM  If you use TagDude, enable it in AFTERMSG.BAT too!
  55. REM
  56. REM TAGDUDE\TAGDUDE -ADD1 TM.MSG
  57. REM
  58.  
  59.