Re: Generating applescript files
Re: Generating applescript files
- Subject: Re: Generating applescript files
- From: JJ <email@hidden>
- Date: Thu, 16 May 2002 04:20:26 +0200
>
If you are using Mac OS X you can use the shell command osacompile within a
>
"do shell script" to turn it into a compiled script.
>
>
Type "man osacompile" in the Terminal to see the options for the command.
>
>
Matthew Smith
If you're at mesozoic OS 9, you can try this (suppossed it works, too, in
X):
__________________
script to_store
beep 5
end script
tell application "Finder"
set x to make file at desktop with properties {name:name of to_store,
file type:"osas", creator type:"ToyS"}
end tell
store script to_store in file (x as text) replacing yes
__________________
JJ
_______________________________________________
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.