Is it possible to launch a .vbs using command in mql5 ?

 
I just try with a classic ShellExecuteW(NULL,"open","C:\\Users\\name\\Desktop\\loul\\LauncherPushB.vbs",NULL,NULL,1); command and it doesn't do anything I think it's related to admin rights or something , i'm trying to run a "exe" file , that press a "B" keyboard touch. it works when i launch the exe from the desktop , but from mql5 program , it launches the exe without pressing the key , i don't get it.
 
eoltrading:
I just try with a classic ShellExecuteW(NULL,"open","C:\\Users\\name\\Desktop\\loul\\LauncherPushB.vbs",NULL,NULL,1); command and it doesn't do anything I think it's related to admin rights or something , i'm trying to run a "exe" file , that press a "B" keyboard touch. it works when i launch the exe from the desktop , but from mql5 program , it launches the exe without pressing the key , i don't get it.
Edit : I tried to run it from admin mode from mt5 and it still didn't work , i don't know what it could be..