• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Don't waste disk space, use URL redirection services to distribute your scripts...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Don't waste disk space, use URL redirection services to distribute your scripts...
      • From: Walter Ian Kaye <email@hidden>
    • Sorry
      • From: Martin Orpen <email@hidden>
  • Prev by Date: Don't waste disk space, use URL redirection services to distribute your scripts...
  • Next by Date: Re: strange behaviour in search for \n
  • Previous by thread: Don't waste disk space, use URL redirection services to distribute your scripts...
  • Next by thread: Sorry
  • Index(es):
    • Date
    • Thread