home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / progs / cookies / btcookie.lzh / BTCOOKIE.DOC < prev    next >
Text File  |  1993-12-06  |  5KB  |  124 lines

  1. Bad Taste Cookies (DOS and OS/2 version 1)
  2. ------------------------------------------
  3.  
  4. If you kinda like the small wise sayings which appears on your UNIX
  5. terminal when you log in, or when you type cookie at the prompt, and
  6. really enjoys it when you use the -o parameter, then this program is
  7. for you!
  8.  
  9. This is a collection of _really_ offending jokes. One joke is
  10. displayed in a color of your selection each time the program is run,
  11. making it suitable to include as the last line in your login script or
  12. your AUTOEXEC.BAT. Is there any better start of a new working day than
  13. a really tasteless joke?
  14.  
  15.  
  16.  
  17. SYSTEM REQUIREMENTS:
  18.  
  19. OS/2    version 2.0 or better. Tested on version 2.1.
  20.  
  21. DOS     probably all versions. Tested on MS-DOS versions 3.3, 4.01,
  22.         5.0, 6.0 and 6.2 and PC-DOS versions 2.0, 3.0 and 6.1.
  23.         (Hey, I run all these DOS versions on a single OS/2 computer!
  24.         OS/2 _IS_ amazing...) If you want the joke displayed in color
  25.         you must have added ANSI compatibility (ANSI.SYS).
  26.  
  27.  
  28.  
  29. INSTALLATION:
  30.  
  31. Copy the file BTCOOKIE.EXE to a directory listed in your PATH. DOS
  32. users should use the file in the DOS subdirectory, and OS/2 users the
  33. file in the OS2 subdirectory.
  34.  
  35. DOS: To make the program run each time you boot your machine (Pretty
  36. often during a DOS users day, huh?):  Include BTCOOKIE as the last line
  37. in the file AUTOEXEC.BAT on your boot drive.
  38.  
  39. OS/2: To make the program run each time you open an OS/2 session:
  40. If you are using JP Soft's excellent command processor replacement
  41. 4OS2, you could make a file 4START.CMD in your 4OS2 directory
  42. containing the line: BTCOOKIE.
  43. If you use the standard CMD.EXE delivered with the 2.x package, you
  44. have 2 possibilities:
  45. 1.      Get 4OS2. It is definitely worth the money.
  46. 2.      Open the settings book on the OS/2 session by right clicking on
  47.         the icon. Select the Program page. Add /k btcookie.exe on the
  48.         Parameters line. Close the book. That's it!
  49.  
  50.  
  51.  
  52. VALID PARAMETERS:       BTCookie [c]    Where c is a color value between
  53.                                         1 and 15.
  54.  
  55. The color values are mapped in this way (Standard DOS colors):
  56.  
  57.                             Dark Gray      8
  58.         Blue       1        Bright Blue    9
  59.         Green      2        Bright Green   10
  60.         Cyan       3        Bright Cyan    11
  61.         Red        4        Bright Red     12
  62.         Magenta    5        Bright Magenta 13
  63.         Brown      6        Yellow         14
  64.         Light Gray 7        White          15
  65.  
  66. Your terminal must be capable of understanding ANSI escape sequences to
  67. be able to use this option. On OS/2 systems this is nothing to worry
  68. about, since all text sessions supports ANSI. But if you are one of the
  69. poor guys who still are running p(l)ain DOS, you must be shure that the
  70. driver ANSI.SYS is loaded somewhere in CONFIG.SYS.
  71.  
  72.  
  73.  
  74. This is the final version of the program (I think). I have used it for some
  75. time, and I'm quite happy with it. But if you have any suggestion,
  76. maybe how to make the program more usable to others, come on, send me a
  77. mail!
  78. Especially welcome is a tip on how to implement a good random
  79. generator for huge integers!
  80.  
  81. If you think it is usable as it is, please send me a mail. That will convince
  82. me that I did not write all this documentation for nobody ...
  83.  
  84.  
  85.  
  86. The 214 jokes included in this program are selected from:
  87. TRULY TASTELESS JOKES by Blanche Knott
  88. published by Ballantine Books, New York.
  89. Copyright (c) 1982 by Blanche Knott.
  90. A big applause to her (him?).
  91.  
  92.  
  93.  
  94. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  95. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  96. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL I
  97. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  98. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  99. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  100. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  101. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  102. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  103. POSSIBILITY OF SUCH DAMAGE.
  104.  
  105. Ketil Kintel
  106. Computer Science, Rogaland University Centre, Norway
  107. EMAIL:  kintel@gribb.hsr.no  -  kintel@hsr.no
  108.         PGP 2.3 public key available on request.
  109.  
  110.  
  111.  
  112. If anyone wonders what this PGP stuff is all about (and all the strange
  113. looking .ASC files lying around) I can tell you this:
  114.  
  115. PGP (Pretty Good Privacy) is Phil Zimmermann's excellent RSA
  116. public-key encryption freeware for MSDOS, OS/2,, UNIX, WIN-NT, MAC,
  117. AMIGA, among others, which protects E-mail and lets you communicate
  118. securely with people you've never met, with no secure channels needed
  119. for prior exchange of keys.
  120. It is well featured and fast!  Has got excellent user documentation.
  121. PGP has sophisticated key management, an RSA/conventional hybrid
  122. encryption scheme, message digests for digital signatures, data
  123. compression before encryption, and good ergonomic design.  Source
  124. code is free.