home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / internet / PEGASUS / RQUOTES.R < prev    next >
Text File  |  1995-08-26  |  2KB  |  89 lines

  1. ##
  2. ##   Sample source for a suitable RQUOTES.PMS for use in
  3. ##   Pegasus Mail v3.0/WinPmail variable signatures.
  4. ##
  5. ##   Compile this source using ResCom.exe, by issuing the
  6. ##   command "ResCom RQUOTES.R", then copy the resulting
  7. ##   RQUOTES.RSC file into your home mailbox as RQUOTES.PMS.
  8. ##
  9. ##   So, the sequence of commands looks like this:
  10. ##
  11. ##      C:\PMAIL> rescom rquotes.r
  12. ##      C:\PMAIL> copy rquotes.rsc f:\mail\9000001\rquotes.pms
  13. ##
  14. ##   The general format of this file is a collection of text
  15. ##   resources; each text resource is a multiline group of
  16. ##   quoted strings, ending with \n wherever you want a line
  17. ##   break.
  18. ##
  19. ##   To activate your variable signature, place the characters
  20. ##   ~! in your signature file at the point where you want the
  21. ##   substitution to occur.
  22. ##
  23.  
  24. headers off       #  Ignore this command
  25. symbols off       #  Ignore this command.
  26.  
  27. text x
  28.    {
  29.    "Thought for the day:\n",
  30.    "    A penny saved is ridiculous.\n"
  31.    };
  32.  
  33. text x
  34.    {
  35.    "Thought for the day:\n",
  36.    "    The only thing that hurts more than paying income tax\n",
  37.    "    is not having to pay income tax.\n"
  38.    };
  39.  
  40. text x
  41.    {
  42.    "Thought for the day:\n",
  43.    "    Intuition (n): an uncanny sixth sense which tells people \n",
  44.    "    that they are right, whether they are or not.\n"
  45.    };
  46.  
  47. text x
  48.    {
  49.    "Thought for the day:\n",
  50.    "    Dictatorship (n): a form of government under which everything \n",
  51.    "    which is not prohibited is compulsory.\n"
  52.    };
  53.  
  54. text x
  55.    {
  56.    "Thought for the day:\n",
  57.    "    Concerto (n): a fight between a piano and a pianist.\n"
  58.    };
  59.  
  60. text x
  61.    {
  62.    "Thought for the day:\n",
  63.    "    Communist (n): one who has given up all hope\n",
  64.    "    of becoming a Capitalist.\n"
  65.    };
  66.  
  67. text x
  68.    {
  69.    "Thought for the day:\n",
  70.    "    Book (n): a utensil used to pass time while waiting\n",
  71.    "    for the TV repairman.\n"
  72.    };
  73.  
  74. text x
  75.    {
  76.    "Thought for the day:\n",
  77.    "    Bagpipes (n): an octopus wearing a kilt.\n"
  78.    };
  79.  
  80. text x
  81.    {
  82.    "Thought for the day:\n",
  83.    "    Advertising (n): the science of arresting the human\n",
  84.    "    intelligence for long enough to get money from it.\n",
  85.    "           -- Stephen Leacock.\n"
  86.    };
  87.  
  88.  
  89.