Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $chromePath = "C:\Program Files\Google\Chrome\Application\chrome.exe"
- $x = 500
- $y = 50
- $width = 700
- $height = 500
- $url = "https://autoitscript.com/"
- Run(StringFormat('"%s" --window-position=%d,%d --window-size="%d,%d" "%s"', $chromePath, $x, $y, $width, $height, $url))
Advertisement
Add Comment
Please, Sign In to add comment