r***@gmail.com
2013-01-01 06:25:28 UTC
Tested, works for me.
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "cmd.exe"
WSHShell.AppActivate "Command Prompt"
WSHShell.SendKeys "% N"
var WshShell = WScript.CreateObject("WScript.Shell");
WshShell.Run("cmd.exe");
WshShell.AppActivate("Command Prompt");
WshShell.SendKeys("% N");
Austin M. Horst
Even iam facing same issue,could you plz tell me your Microsoft Windows VersionSet WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "cmd.exe"
WSHShell.AppActivate "Command Prompt"
WSHShell.SendKeys "% N"
var WshShell = WScript.CreateObject("WScript.Shell");
WshShell.Run("cmd.exe");
WshShell.AppActivate("Command Prompt");
WshShell.SendKeys("% N");
Austin M. Horst