home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 1.1 KB | 65 lines |
- .name
- DOSPrefs
- .type
- OS Utility
- .short
- Small commodity with three functions.
- .description
- DOSPrefs is a small commodity with three functions:
-
- 1. Control the "Wildstar"-flag of the Amiga OS 2.0+ dos.library.
-
- 2. Control the "Noclick"-flags of the Amiga OS 2.0+ trackdisk.device.
-
- 3. Provide an all new "Unixdirs"-feature.
- .version
- 2.2
- .date
- 1994.07.14
- .author
- Norbert Püschel
- .requirements
- Kickstart 2.04+
- .distribution
- Freeware
- .address
- Am Turm 6
- 53572 Unkel
- Germany
- .email
- 2:2453/30.14 (FidoNet)
- 21:100/50.14 (GerNet)
- 53:228/107.14 (BonNet)
- .docs
- DOSPrefs.doc
- help/deutsch/DOSPrefs.guide
- help/english/DOSPrefs.guide
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from Aminet.
- .aminet-dir
- util/misc
- .execute
- set choice `RequestChoice "DOSPrefs" "Please select an option" "View Readme" "View Doc" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool DOSPrefs22.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool DOSPrefs.doc TEXT
- endif
-
- if $choice EQ "3"
- Installer SCRIPT Install-DOSPrefs APPNAME DOSPrefs
- endif
-
- if $choice EQ "4"
- DOSPrefs
- endif
-