home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / dosprefs / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.1 KB  |  65 lines

  1. .name
  2. DOSPrefs
  3. .type
  4. OS Utility
  5. .short
  6. Small commodity with three functions.
  7. .description
  8. DOSPrefs is a small commodity with three functions:
  9.  
  10. 1. Control the "Wildstar"-flag of the Amiga OS 2.0+ dos.library.
  11.  
  12. 2. Control the "Noclick"-flags of the Amiga OS 2.0+ trackdisk.device.
  13.  
  14. 3. Provide an all new "Unixdirs"-feature.
  15. .version
  16. 2.2
  17. .date
  18. 1994.07.14
  19. .author
  20. Norbert Püschel
  21. .requirements
  22. Kickstart 2.04+
  23. .distribution
  24. Freeware
  25. .address
  26. Am Turm 6
  27. 53572 Unkel
  28. Germany
  29. .email
  30. 2:2453/30.14  (FidoNet)
  31. 21:100/50.14  (GerNet)
  32. 53:228/107.14 (BonNet)
  33. .docs
  34. DOSPrefs.doc
  35. help/deutsch/DOSPrefs.guide
  36. help/english/DOSPrefs.guide
  37. .described-by
  38. Richard Fish
  39. .submittal
  40. Downloaded via ftp from Aminet.
  41. .aminet-dir
  42. util/misc
  43. .execute
  44. set choice `RequestChoice "DOSPrefs" "Please select an option" "View Readme" "View Doc" "Install Program" "Run Program" "Cancel"`
  45.  
  46. if $choice EQ "0"
  47.   quit 5
  48. endif
  49.  
  50. if $choice EQ "1"
  51.   MetaTool DOSPrefs22.readme TEXT
  52. endif
  53.  
  54. if $choice EQ "2"
  55.   MetaTool DOSPrefs.doc TEXT
  56. endif
  57.  
  58. if $choice EQ "3"
  59.   Installer SCRIPT Install-DOSPrefs APPNAME DOSPrefs
  60. endif
  61.  
  62. if $choice EQ "4"
  63.   DOSPrefs
  64. endif
  65.