I would Like a script to launch two finder windows side by side Preferably at different directories.
below is the only script I have written and I am willing to put the research in if it's possible wondering if it's possible?
tell application "System Events"
tell dock preferences to set autohide menu bar to not autohide menu bar
tell dock preferences to set autohide to not autohide
end tell
below is the only script I have written and I am willing to put the research in if it's possible wondering if it's possible?
tell application "System Events"
tell dock preferences to set autohide menu bar to not autohide menu bar
tell dock preferences to set autohide to not autohide
end tell