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

MacBoy88

macrumors regular
Original poster
is there any applescript or program that will close iTunes & iSync after my iPod auto unmounts after i take it off the dock?

Can someone make me one?😕
 
not that i know of, not a bad idea tho, isync should really quit when done.

it's best not to post a thread twice. people don't like that...

edit: three times... really bad idea.

pnw
 
I've always wanted to learn Applescript, but I have never had time. Maybe this summer. Supposedly it is rather easy; maybe someone can show you.

P.S. paulwhannel is right, double posting is a big no-no. 🙂
 
Originally posted by paulwhannel
not that i know of, not a bad idea tho, isync should really quit when done.

it's best not to post a thread twice. people don't like that...

edit: three times... really bad idea.

pnw

How do i delete my other threads?
 
THANX !!

Originally posted by edesignuk
You can't, but I have just reported them to the Mods, so they should get deleted soon.

N-E-Ways dose anyone even know if you can do this?
😕
 
Re: iPod, iTunes, iSync !!

Originally posted by MacBoy88
is there any applescript or program that will close iTunes & iSync after my iPod auto unmounts after i take it off the dock?

Can someone make me one?😕

I threw this together. You'll have to put it in your dock and open it when ever you want to quit the two applications.
 
Originally posted by paulwhannel
not that i know of, not a bad idea tho, isync should really quit when done.

This is one of the biggest complaints I've had about iSync since I started using it with my iPod. What is the use of having it stay open, anyway? I can understand leaving iTunes open, but not iSync.

Well, hopefully it will change with the next version...
 
Originally posted by Billicus
Sorry. I pushed 'Submit Reply' too fast. Here it is:

When I click the program it ask me what program do i wanna use? I cant get it to work.
 
Originally posted by MacBoy88
When I click the program it ask me what program do i wanna use? I cant get it to work.

It worked for me when I had both open and I ran the program. Here: I made it again, but I included the Script Editor compiled script for you.
This is what I typed in Script Editor if you can't get it to work:
tell application "iSync"
quit
end tell
tell application "iTunes"
quit
end tell
 

Attachments

Register on MacRumors! This sidebar will go away, and you'll see fewer ads.