home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / Vector18.lha / TOOLS / ReReadPrefs.english < prev    next >
Encoding:
Text File  |  1993-05-07  |  366 b   |  24 lines

  1. .bra {
  2. .ket }
  3. ;
  4. ; $Header$
  5. ;
  6. ; Reads the preferences into the daemon
  7. ;
  8. version >nil: exec.library 36
  9. IF WARN
  10.     echo "Sorry, you need AmigaOS 2.04 to run this script"
  11. ELSE
  12.     failat 30
  13.     unset ts
  14.     set ts=`status command=hkdprefs`
  15.     IF $ts EQ *$ts
  16.         echo "hkdprefs not running!"
  17.     ELSE
  18.         break $ts f
  19.         echo "Prefs data reread by hkdprefs"
  20.         unset ts
  21.     ENDIF
  22.     failat 10
  23. ENDIF
  24.