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

  1. .name
  2. RunList3
  3. .type
  4. OS Utility
  5. .short
  6. Commodity to run programs from a list.
  7. .description
  8. RunList3, RunList3N, are small tools helping to run programs.  They
  9. are all the same, differ only by size in order to meet ones need.
  10. They are the update of RunList2.  RunList3i, RunList3Ni are the same
  11. as RunList3 and RunList3N but are specially made for
  12. Interlace-screens.
  13. .version
  14. 3
  15. .date
  16. 1995.04.25
  17. .author
  18. Heinz Reinert
  19. .requirements
  20. OS 2.0+
  21. .distribution
  22. Copyrighted but Freely Redistributable
  23. .address
  24. Orleansstr. 55
  25. D-31135 Hildesheim
  26. Germany
  27. .source
  28. C source included
  29. .docs
  30. RunList.Lesen
  31. RunList.Readme
  32. .described-by
  33. Richard Fish
  34. .submittal
  35. Submitted on disk directly by the author.
  36. .aminet-dir
  37. util/cdity
  38. .execute
  39. set choice `RequestChoice "RunList3" "Please select an option" "View ReadMe" "View Lesen" "Run Program" "Cancel"`
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43.  
  44. if $choice EQ "1"
  45.   MetaTool RunList.Readme TEXT
  46. endif
  47.  
  48. if $choice EQ "2"
  49.   MetaTool RunList.Lesen TEXT
  50. endif
  51.  
  52. if $choice EQ "3"
  53.   assign s: s/ ADD
  54.   run WBStartup/RunList3
  55. endif
  56.