michelb2 Posted May 20 Posted May 20 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"
Solution argumentum Posted May 20 Solution Posted May 20 ..see if "WhereAreMyParents" does it for you. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now