Jump to content

father of a script


Go to solution Solved by argumentum,

Recommended Posts

Posted

i can run my "gestion_cache_autre_methode.au3" script

- from an other script with  :    ShellExecute(@AutoItExe,"c:\util\autoit\sources\gestion_cache_autre_methode.au3 "&  '"'& $pathmsg1 &'" ' &'"' & $msg1 &'"'   & $param1 )    

- or directly from executing gestion_cache_autre_methode.au3 in scite  :    if @ScriptName="gestion_cache_autre_methode.au3" then  .....

is it possible to discriminate the two entrance without putting a parameter in the first call because the shellexecute give also true in  if @ScriptName="gestion_cache_autre_methode.au3"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...