home *** CD-ROM | disk | FTP | other *** search
- .bra {
- .ket }
- ;
- ; $Header$
- ;
- ; Reads the preferences into the daemon
- ;
- version >nil: exec.library 36
- IF WARN
- echo "Sorry, you need AmigaOS 2.04 to run this script"
- ELSE
- failat 30
- unset ts
- set ts=`status command=hkdprefs`
- IF $ts EQ *$ts
- echo "hkdprefs not running!"
- ELSE
- break $ts f
- echo "Prefs data reread by hkdprefs"
- unset ts
- ENDIF
- failat 10
- ENDIF
-