Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use AppleScript and Mail to auto-start torrent downloads' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use AppleScript and Mail to auto-start torrent downloads
Authored by: dev_sleidy on Jun 16, '06 03:07:52PM

As per robg's statement - '... you'll want to change -- the path to the default save directory.', replace ...

set filename to "Macintosh HD:Users:mattcomi:Desktop:td_" & nameOfAttachment

... with ...

set filename to ((path to desktop from user domain) as string) & "td_" & nameOfAttachment

... for use on anyones Macintosh.



[ Reply to This | # ]