VBScript CreateObject Google Chrome VBScript CreateObject Google Chrome google-chrome google-chrome

VBScript CreateObject Google Chrome


Have a look at the code. There is the code for starting chrome

  set WshShell=WScript.CreateObject("WScript.Shell")   strAnswer = InputBox("Please enter a name for your new file:")   WshShell.run "chrome.exe"   WScript.sleep 100   WshShell.sendkeys "www.google.com"    WshShell.sendkeys "{ENTER}"