Batch file help

Caporegime
Joined
6 Dec 2005
Posts
37,947
Location
Birmingham
I'm trying to get a batch file to open up multiple tabs in Chrome but it seems to open them in a random order each time. Is there a way to set the order in which they'll be when Chrome opens?

Also I'm trying to open a separate Chrome window but sometimes it opens one from my url list in this other window. This is what it looks like right now.

@Echo off

start chrome "url"
start chrome "url"
start chrome "url"
start chrome "url"
start chrome "url"
start /min outlook
sleep 3
start firefox "url"
sleep 2
start chrome -- new-window "url"
 
Last edited:
Back
Top Bottom