; $Date: 2020-09-05 12:00:00 $ $Revision: 47.1 $
; User-startup for hard drive systems
;
;+-------------------------------------------------------------------+
;| This is the User-startup script. Here you can write down the      |
;| names of the programs you wish to have automatically run every    |
;| time your machine boots.                                          |
;|                                                                   |
;| Lines starting with the ";" symbol are ignored and used as        |
;| comments.                                                         | 
;+-------------------------------------------------------------------+
;
;BEGIN Picasso96
Assign Picasso96: "pRacant:Picasso96"
;END Picasso96
;BEGIN Mixer
Path sys:prefs ADD
Mixer NOGUI QUIET
;END Mixer
;BEGIN Genesis
assign AmiTCP: "pRacant:Genesis"
;END Genesis
;BEGIN MUI
if exists "pRacant:MUI"
   assign MUI: "pRacant:MUI"
   if exists MUI:Libs
      assign add LIBS: MUI:Libs
   endif
   if exists MUI:Locale
      assign add LOCALE: MUI:Locale
   endif
   version >nil: exec.library 39
   if not warn
      if exists MUI:Docs
         if exists HELP:dummy ; do not remove
         endif                ; this entry!
         assign add HELP: MUI:Docs
      endif
   endif
endif
;END MUI
;BEGIN xfdPatch
xfdPatch >NIL:
;END xfdPatch
;BEGIN AmiSSL
Assign AmiSSL: "SYS:AmiSSL"
If Exists AmiSSL:Libs
  Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL
;BEGIN FTPMount
assign FTPMountDir: pRacant:FTPMountDir
;END FTPMount
