home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cdity / event / product-info < prev   
Fred Fish's Product-Info  |  1995-10-22  |  880b  |  56 lines

  1. .name
  2. Event
  3. .type
  4. OS Commodity
  5. .short
  6. Tool to remember everything you want.
  7. .description
  8. Information:
  9. ------------
  10. With this software you have a good tool to remember everything you want.
  11.  
  12.  
  13.  
  14. Features:
  15. ---------
  16. * requiers only 12 kB memory (a primary argument!)
  17. * the event´s are storend in a data file
  18. * multitasking friendly
  19. * "gliding" event´s
  20. * loading only the Event´s from the current day
  21. .version
  22. 1.17
  23. .date
  24. 1994.10.02
  25. .author
  26. Klaus Muckenhuber
  27. .distribution
  28. Freeware
  29. .address
  30. Markt 37
  31. A-4625 OFFENHAUSEN
  32. AUSTRIA
  33. .docs
  34. Event.doc
  35. .described-by
  36. Richard Fish
  37. .submittal
  38. Submitted on disk directly by the author.
  39. .aminet-dir
  40. util/cdity
  41. .execute
  42. set choice `RequestChoice "Event" "Please select an option" "View Doc" "Run Program" "Cancel"`
  43.  
  44. if $choice EQ "0"
  45.   quit 5
  46. endif
  47.  
  48. if $choice EQ "1"
  49.   MetaTool Event.doc TEXT
  50. endif
  51.  
  52. if $choice EQ "2"
  53.   assign s: "" ADD
  54.   Event
  55. endif
  56.