ForumsProgramming ForumIs there any way to do this on mac?

1 4802
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
landmaster2000
offline
landmaster2000
135 posts
Shepherd

You might be able to do that using Automator.. I'm not very experienced with it, but I suggest you look into that.
That is, if you haven't already. It'd been a hot minute since you posted this.

Showing 1-1 of 1