One of the things I miss in MorphOS is an application that can autostart applications and control the process. I know that you can put programs in WBStartup or add them to user-startup but that is not allways that easy.
For instance I am trying to autostart Wetter and PolyGlot, Putting them in WBStartup dosn't do anything and adding them to user-startup starts the programs halfways and then I have to quit them to boot Ambient. Maby thats just me dooing something wrong but it would be easier with an controlapplication.
My user-startup looks like this:
Code:
; MorphOS user-startup
;
; This script is executed on system boot by
; startup-sequence. You can make personal
; changes in here.
;
; $VER: user-startup 1.1
;
; Enable the following to mount the inet-handler. Note that TCP: allows
; easy access to internet, and allows scripts to listen for incoming
; connections. Some malware could abuse this.
;Mount TCP:
;BEGIN OS4Emu
C:PatchLoadSegOS4 >NIL:
;END OS4Emu
;BEGIN Wetter
Work:Wetter/Wetter_mos >NIL:
;END Wetter
;BEGIN PolyGlot
Work:PolyGlot/PolyGlot >NIL:
;END PolyGlot
I proberbly need to put in some wait commands between launching the programs. Any suggestions?
Well just a thought ....
[ Edited by JohnFante on 2010/3/21 18:20 ]