home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 465.lha / Utils / cookie / README < prev    next >
Text File  |  1991-01-05  |  1KB  |  30 lines

  1. Cookie
  2. ------
  3.  
  4.   WB: double click on cookie.iconx icon
  5.   CLI usage: cookie
  6.  
  7.   This program display a wise (and/or) humourous line of text on screen.
  8.  
  9.   The program requires the files cookie.dat and cookie.ptr to be present in
  10. the s: directory. `cookie.dat' contains the cookies separated by the
  11. character 0x0c. `cookie.ptr' contains long words which represent pointers
  12. into the file cookie.dat. These pointers give were each cookie starts.
  13.   If these two files are not present then cookie displays the (appropriate)
  14. message `No Cookies!'
  15.  
  16.   If you want to add new cookies to cookie.dat then the program `pointers'
  17. reads the cookie.dat file and writes a new cookie.ptr file. Pointers must
  18. be run from the CLI.
  19.  
  20.   eg. The CLI command `cookie'
  21.  
  22.       displays (for example):
  23.  
  24.     Another good night not to sleep in a eucalyptus tree.
  25.  
  26.   The length of cookie is 460 bytes, and pointers is 1040 bytes.
  27.  
  28. Note: The code for cookie contains random number functions. The code for
  29. these was taken from a public domain program. Unfortunately the author is
  30. unknown, I apologise to him/her for this.