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

SwedeMac

macrumors member
Original poster
Jul 23, 2011
49
0
Scania
Hi guys!

I've created a workflow that starts my bittorrent client, downloads torrents from an RSS feed and deletes the torrent file.

Now what's always bugging me is that the bittorrent launches on top of everything I'm doing, so I want to hide it.

I created this applescript:

Tell application "System Events"
to set visible of process "bittorent client" to false
end tell

Works just fine, hides the app after the finder workflow launches it.

What i would REALLY like to do though, is to launch it in the background from the start and not having it pop out at me.

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