Ver originalfunction shell(){ var command = "explorer.exe /e,C:\\"; RegWsh = new ActiveXObject("WScript.Shell"); RegWsh.Run(command);}shell();