Advertisement
Thibstars

Open websites in tabs

Apr 28th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.21 KB | None | 0 0
  1. @echo off
  2. "%HOMEDRIVE%%HOMEPATH%\AppData\Local\Google\Chrome\Application\chrome.exe"
  3. sleep1
  4. start "webpage name" "http://example.com"
  5. start "webpage name" "http://sample.com"
  6. start "webpage name" "http://demo.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement