i'm not completely sure because i usually use CreateProcess but what happens if you go like.
code:
var shell = new ActiveXObject("wscript.shell");
shell.Run("../aa.exe");
would aa.exe run (place it in the directory above the default one, usually just C:/)