ForumsProgramming ForumIs there any way to do this on mac?

1 4803
SirLegendary
offline
SirLegendary
16,583 posts
Duke

There's a way to create a shortcut (technically a .bat file) to open multiple tabs in one click on windows, but I'm currently on a huge transition to mac so I was wondering if there anyone knew how to do this on mac.

here's what it looks like on windows?

"

@/echo off

start chrome "URL1"
start chrome "URL2"
start chrome "URL3"

"

  • 1 Reply
Showing 61-60 of 1