home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / INFO / IINFO51.MSA / PROGRAMS_COOKIE.TXT < prev    next >
Text File  |  1991-03-14  |  1KB  |  30 lines

  1. This is a very quick and dirty TOS application.  It reads through 
  2. your ST's cookie jar, if you have one.
  3.  
  4. On startup, you will be asked where you want output to go. If you 
  5. press return,  output will go to the screen.  Enter PRN:, for the 
  6. printer port, or a filename for disk files.
  7.  
  8. The program will then produce a brief report about your computers
  9. cookie  jar,  including comments about identifiers that it  knows
  10. about.  For identifiers that it does not know,  a comment to this
  11. effect will be output. The program will detail the name of the 
  12. identifier,  the  cookie value expressed as a high word  and  low 
  13. word  (in  decimal),  and also the cookie value expressed  as  an 
  14. address (in hexadecimal).
  15.  
  16. This program is in the public domain.  You are free to modify the 
  17. (rather dubious) source code in any way you see fit (It took  all 
  18. of  about  half  an hour to write--I might  even  get  around  to 
  19. writing it as a desk accessory one of these days).
  20.  
  21. Comments  about  the cookie jar are made in  the  program.  These 
  22. comments  are made based on my own delvings into the cookie  jar, 
  23. and are certainly not to be taken as gospel.
  24.  
  25. Error checking is practically non-existant in the program. If the 
  26. printers  not on and you send output there you're in for  a  long 
  27. wait.  If  you give a file name that exists as a read only  file, 
  28. then more than likely bombs away.
  29.  
  30.