At 02.59 -0500 1998.05.29, John Delacour wrote: # So long as the scripts in the scripts folder are of type "osas". it # doesn't matter what language you use. I have many Frontier Usertalk # scripts in the folder. You could either simply tell the finder to open # (run) your MacPerl script or send specific Apple Events to MacPerl such # as "do script". Yes, I script ircle by having a compiled AppleScript opening my MacPerl scripts (this here only works if MacPerl runs scripts on opening them from the Finder): on run tell application "Finder" open alias "HD:Programming:Pudge:pudgeprogs:perl:Misc scripts:ircle lol" end tell end run (This is my infamous MacPerl auto-laugh script, which is accessed from ircle as "/lol".) -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6'])