New with autohotkey, I don't know why I didn't check it before ! It's brilliant !

I need help for what I'd like to achieve... I already spend hours by searching but... No luck.

I'm a musician, Cubase user. I ALWAYS forget to launch an application called asiolinktool when I load my current cubase project (I always load it by clicking on the cubase project saved file).
I'd like asiolinktool.exe to launch each time I lauch cubase... And if possible ... Only if asiolinktool.exe is not already running. (But first, just launching it at the same time I run cubase).
I made this :
#IfWinExist ahk_exe C:\Program Files\Steinberg\Cubase 9.5\Cubase9.5.exe
Run, C:\Program Files (x86)\ASIOLinkPro\x64\asiolinktool.exe
But when I run the .ahk script, it lauch immediatly asiolinktool.exe !


If any one could help me... It would be nice... Thanks a lot !
PS : I went to read ifwinactive / exist documentation... And much more !