function shellOpenExplorer(path) { var _windir = environment_get_variable("WINDIR") + "/explorer.exe"; execute_shell(_windir, path); }