Applescript as Open With application
Applescript as Open With application
- Subject: Applescript as Open With application
- From: Karl Glazebrook <email@hidden>
- Date: Mon, 7 Apr 2003 16:27:17 -0400
Hi Applescript users.
I use the following applescript to open .PS files in GV + X11
(I find this more convenient sometimes than MacGhostview)
on open filelist
repeat with i in filelist
do shell script "csh -c /sw/bin/gv\\ " & quoted form of POSIX path of
i
end repeat
end open
If I save this as an Application I can drop .ps files on to it, or open
them with it.
However it never appears on the "Open With" context ctl-click menu -
even if
I make all .PS files open with my applescript.
Is there some magic to make this work ? i.e. 'register' the Applescript
in some way
- thanks
Karl Glazebrook
_______________________________________________
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.