priority for startup actions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

priority for startup actions

Peter Uhnak

Hi,

Is there a way to specify a priority for startup scripts?

 

I would like to setup some environment for all the startup scripts (related to cross-platform compatibility), but I don’t really understand in what order are the startup scripts executed.

 

Thanks,

Peter

 

 

 

Reply | Threaded
Open this post in threaded view
|

Re: priority for startup actions

Guillermo Polito
Do you really mean startup actions or startup scripts (the .st files you put in your settings directory)?

-------- Original Message --------

Hi,

Is there a way to specify a priority for startup scripts?

 

I would like to setup some environment for all the startup scripts (related to cross-platform compatibility), but I don’t really understand in what order are the startup scripts executed.

 

Thanks,

Peter

 

 

 


Reply | Threaded
Open this post in threaded view
|

Re: priority for startup actions

EstebanLM
they are executed in reading order, so if you name them something10.st, something20.st, etc. they will be in order. 

Esteban

On 05 Sep 2016, at 10:10, Guille Polito <[hidden email]> wrote:

Do you really mean startup actions or startup scripts (the .st files you put in your settings directory)?

-------- Original Message --------
Hi,

Is there a way to specify a priority for startup scripts?
 
I would like to setup some environment for all the startup scripts (related to cross-platform compatibility), but I don’t really understand in what order are the startup scripts executed.
 
Thanks,
Peter

Reply | Threaded
Open this post in threaded view
|

Re: priority for startup actions

EstebanLM
another solution is to put all your dependent startup actions in a single startup file… then you can load them in the order you want. 

Esteban

On 06 Sep 2016, at 09:43, Esteban Lorenzano <[hidden email]> wrote:

they are executed in reading order, so if you name them something10.st, something20.st, etc. they will be in order. 

Esteban

On 05 Sep 2016, at 10:10, Guille Polito <[hidden email]> wrote:

Do you really mean startup actions or startup scripts (the .st files you put in your settings directory)?

-------- Original Message --------
Hi,

Is there a way to specify a priority for startup scripts?
 
I would like to setup some environment for all the startup scripts (related to cross-platform compatibility), but I don’t really understand in what order are the startup scripts executed.
 
Thanks,
Peter


Reply | Threaded
Open this post in threaded view
|

Re: priority for startup actions

Peter Uhnak
 single startup file

that's too messy

they are executed in reading order, so if you name them something10.stsomething20.st, etc. they will be in order. 

ah, I'll try that

Thanks,
Peter

On Tue, Sep 6, 2016 at 9:44 AM, Esteban Lorenzano <[hidden email]> wrote:
another solution is to put all your dependent startup actions in a single startup file… then you can load them in the order you want. 

Esteban


On 06 Sep 2016, at 09:43, Esteban Lorenzano <[hidden email]> wrote:

they are executed in reading order, so if you name them something10.st, something20.st, etc. they will be in order. 

Esteban

On 05 Sep 2016, at 10:10, Guille Polito <[hidden email]> wrote:

Do you really mean startup actions or startup scripts (the .st files you put in your settings directory)?

-------- Original Message --------
Hi,

Is there a way to specify a priority for startup scripts?
 
I would like to setup some environment for all the startup scripts (related to cross-platform compatibility), but I don’t really understand in what order are the startup scripts executed.
 
Thanks,
Peter