cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
idoyohanan
Level 3

run an event of another script

Hi,

I have two scripts in the installscripts: a.rul, b.rul
I am trying to call a function of b.url from a.url.
how can I do it ?

Thanks, Ido
Labels (1)
0 Kudos
(1) Reply
ChandanOmkar
Level 8

you need to include the b.rul file in a.rul. Use the following syntax:


#include "b.rul"


after that, you will be able to call the b.rul functions in a.rul
0 Kudos