Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Jeffsabres

macrumors member
Original poster
Jan 26, 2009
37
0
ok heres what i want a script that will

open mail safari and

and send them into a diferant spaces

then open adiuim

and swtich me back to my frist spaces can anyone help me with that

thank
 
Launching the applications is easy.

Code:
tell application "Mail"
open
end tell
tell application "Safari"
open
end tell
tell application "Adium"
open
end tell

As for sending things to spaces, Google is your best friend. I've never done this kind of scripting before but I'm sure you can find what you need there.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.