Jump to content

How to make some type of batch file?


homers
 Share

1 post in this topic

Recommended Posts

Hi

I want to make a file that once clicked it opens a series of webpages with a 10 second break between each page. In Windows I made a batch file like this:

 

@echo off

START www.whateverwebsite.com

TIMEOUT 10

START www.nextwebsite.com

 

how do i do this type of thing in Mac OS X?

 

Thanks

Link to comment
Share on other sites

 Share

×
×
  • Create New...