run.bat

start chrome.exe
echo start chrome.exe gmail.com
 
start test.vbs

test.vbs

set WshShell = WScript.CreateObject("WScript.Shell")
 
WScript.Sleep 2000
WshShell.SendKeys "marcuschiu9"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "Google0518$#"
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit()