var exe = Window.EngineFullName var w_js = Window.ScriptName var shell=new ActiveXObject("WScript.Shell"); shell.Popup(exe + "\n" + w_js,0,"Path",16); Window.Close();