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?
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?