Guest User

Untitled

a guest
Mar 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. start "" "http://www.google.com"
  2.  
  3. tasklist /nh|findstr "chrome.exe"&&start "" "http://www.google.com"
  4.  
  5. "C:Program Files (x86)GoogleChromeApplicationchrome.exe"
  6.  
  7. rem start chrome
  8. "C:Program Files (x86)GoogleChromeApplicationchrome.exe"
  9. rem open google in a tab in the already running chrome
  10. "C:Program Files (x86)GoogleChromeApplicationchrome.exe" google.com
Add Comment
Please, Sign In to add comment