REM Title: Open 4 Gmail
REM Author: Dean A
REM Description: Opens 4 visible Browser tabs with each having their own gmail account on them.
REM Target: Mac OSX (Terminal)
REM Version: 1.0
REM Category: General
DELAY 500
GUI SPACE
DELAY 100
STRING terminal
DELAY 100
ENTER
DELAY 500
STRING open https://mail.google.com/mail/u/0/ && open https://mail.google.com/mail/u/1/ && open https://mail.google.com/mail/u/2/ && open https://mail.google.com/mail/u/3/
DELAY 1000
ENTER