home *** CD-ROM | disk | FTP | other *** search
- .name
- DeviceLock
- .type
- GUI Commodity
- .short
- GUI interface for CLI command 'lock'
- .description
- This is a GUI interface for the CLI programm 'lock'. You can
- lock or allow writing to partitions via gadgets or hotkeys.
- You can configure it to your own needs and it should work
- with other (CLI-)lock programs, too.
- .version
- 1.2
- .date
- 1994.03.17
- .author
- Thomas Wagner
- .requirements
- Requires KS/WB2.0 (V37) or higher.
- .distribution
- Freeware
- .address
- Mühlenweg 7
- 90602 Pyrbaum (GERMANY)
- .email
- tom@oberon.nbg.sub.org
- .installsize
- 26K - 150K
- First program only, second complete
- .source
- AmigaOberon Source included. (51K)
- .docs
- guide/deutsch/DeviceLock.guide
- guide/english/DeviceLock.guide
- .construction
- AmigaOberon 3.11d
- .submittal
- Downloaded via ftp from aminet (wuarchive.wustl.edu).
- .execute
- set choice `RequestChoice "Device Lock" "Please select an option" "View Guide" "View Sources" "Run" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set lang `RequestChoice "Language Selection" "Select Language" "English" "Deutsch" "Cancel"`
- if $lang EQ "0"
- quit 0
- endif
-
- if $lang EQ "1"
- cd guide/english
- MetaTool DeviceLock.guide GUIDE
- endif
-
- if $lang EQ "2"
- cd guide/deutsch
- MetaTool DeviceLock.guide GUIDE
- endif
- endif
-
- if $choice EQ "2"
- cd txt
- set filechoice `RequestFile TITLE "Select Source File" PATTERN "(#?.mod|#?.cd|#?.ct)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "3"
- WBRun DeviceLock
- endif
- .aminet-dir
- util/cdity
-