home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pmmtag10.zip / pmmtag.doc next >
Text File  |  1998-01-11  |  4KB  |  94 lines

  1.                PMMTag (c) Copyright 1998 David Azarewicz
  2.  
  3.  
  4. Thank you for using PMMTag
  5.  
  6. PMMTag works by copying a signature from a specified source file
  7. into a specific pre-defined signature file within PMMail.  This
  8. way, while composing a message, you can choose to use the "Random"
  9. signature, or any other signature you may have simply by using
  10. the Signature pull down menu within PMMail.
  11.  
  12. Package contents
  13.  
  14. PMMTag.exe  The executable program
  15. PMMTag.doc  PMMTag documentation (This file)
  16. TagLines    Sample tag lines file
  17.  
  18. Installation instructions
  19.  
  20. Put PMMTAG.EXE in your favorite directory.  If you put it in a
  21. directory that is in your path, you will not need to specify the
  22. full path to it.
  23.  
  24. Create a file with the tag line definitions in it.  You can put
  25. this file anywhere you like.  The file should have the format
  26. shown below.  The keywords in this file are case sensitive.  The
  27. Header, Footer, and Sig can be multi-line messages.  They are
  28. copied line by line from the source file into PMMail's sig file.
  29. No reformatting is done.  The Header, if any, is copied first,
  30. then the Sig, then the Footer, if any.  PMMTag selects the next
  31. sequential Sig each time it is executed.  When the last Sig has
  32. been used, PMMTag starts over at the begining.  A sample tagline
  33. file is included.
  34.  
  35. [Header]
  36. Your Tagline Header Here
  37. [Footer]
  38. Your Tagline Footer Here
  39. [Sig]
  40. A Sig
  41. [Sig]
  42. Another Sig
  43.  
  44.  
  45. Go to Account->Account Settings->Signatures and create a new
  46. signature called "Random".  (You can use any name you want,
  47. but "Random" is the default name used by PMMTag.)  You do not
  48. have to put anything in the signature, this will be filled in
  49. by PMMTag.
  50.  
  51. Note: Because PMMail runs PMMTag *after* it attaches the
  52. signature, PMMtag actually prepares the signature for the
  53. *next* message you will send, not the current message.  So
  54. if you do not put anything in the initial "Random" signature
  55. you create, your first message will not have a signature
  56. attached, but all subsequent ones will.
  57.  
  58. Go to Account->Account Settings->REXX
  59.   Click the Message Send Exit checkbox.
  60.   in the entry field type:
  61.     d:\path\pmmtag.exe -id:\path\TagLines
  62.   substitute the correct drive and path for where ever you put
  63.   the files.
  64.  
  65.   If you chose a signature name other than "Random", you will need
  66.   to add the -sYourSigName switch to the PMMTag command. For example:
  67.     d:\path\pmmtag.exe -id:\path\TagLines -sYourSigName
  68.  
  69. PMMTag is now installed and will update your "Random" signature each
  70. time you send a message.  You can change or add to your source file
  71. at any time.  PMMTag stores its index into the source file as an
  72. extended attribute of the source file.  If at any time PMMTag can't
  73. find the extended attribute, it will simply start at the beginning
  74. again and re-create the extended attribute.
  75.  
  76. PMMTag was written by:
  77. David Azarewicz
  78. Delta Systems Engineering
  79. dazar@ibm.net
  80.  
  81. PMMTag is freeware.
  82. However, I would appreciate an e-mail if you like the program and
  83. are using it.
  84.  
  85. PMMTag was only tested on OS/2 Warp 4, PMMail 1.95, on a HPFS.
  86. PMMTag is supplied as is without any warranties, expressed or implied.
  87. The author assumes no liability for damages which may result from the
  88. use of PMMTag.  Use PMMTag at your own risk.
  89.  
  90. If you have problems you can specify the debug switch "-d" and
  91. PMMTag will stop and wait before exiting.  If you check the box
  92. that says Execute Script In Foreground, you will be able to see
  93. any error messages.
  94.