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


Click here to return to the 'An AppleScript droplet to ease .lit conversion' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript droplet to ease .lit conversion
Authored by: wallybear on Jul 18, '06 07:06:46AM

other easy way to get it past the censor on this site is to substitute the line:

do shell script "/bin/c-l-i-t " & file_path & " " & file_path & "_Open_eBook/"

with

do shell script "/bin/cl" & "it " & file_path & " " & file_path & "_Open_eBook/"

this way the line will work with no need to re-edit it



[ Reply to This | # ]