michelb2 Posted Wednesday at 02:21 PM Posted Wednesday at 02:21 PM 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 Wednesday at 02:32 PM Solution Posted Wednesday at 02:32 PM ..see if "WhereAreMyParents" does it for you. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting
michelb2 Posted Wednesday at 03:13 PM Author Posted Wednesday at 03:13 PM great ! thanks you argumentum 1
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