Re: Don't waste disk space, use URL redirection services to distribute your scripts...
Re: Don't waste disk space, use URL redirection services to distribute your scripts...
- Subject: Re: Don't waste disk space, use URL redirection services to distribute your scripts...
- From: Martin Orpen <email@hidden>
- Date: Thu, 01 Jul 2004 14:53:54 +0100
on 1/7/04 2:42 pm, Randal L. Schwartz at email@hidden wrote:
>
heh... paranoid android to the rescue!
>
>
Thank goodness I didn't deinstall that after apple's so-called "fix".
What do you mean?
I suggest that you disable it immediately and install Missing Link so that I
can *properly* install and run my scripts on your machines ;-)
BTW if you adapt Apple's "encode_script.scpt" to get rid of the <a href>
rubbish, you can automate the link making process using this:
tell application "Safari"
activate
set tinyDoc to make new document
set URL of tinyDoc to "
http://tinyurl.com/create.php"
delay 12
end tell
tell application "System Events"
tell process "Safari"
tell window 1
key code 48
delay 1
keystroke "v" using {command down}
delay 1
key code 36
end tell
end tell
end tell
:-)
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.