Yes. I have an AppleScript application, called "Reset Dock", that
reads the applications Comment, which currently is "right end 50",
then resets the Dock using these parameters. If these parameters are
undecipherable, it asks for user input via dialogs. Putting the
parameter into the file name is possible, too, but may not be a good
idea.
On Aug 10, 2007, at 7:12 AM, Benedikt Quirmbach wrote:
Hello,
is it possible to run an AppleScript app and give a paraameter to it?
For example give it a name with parameter: blabla.app?mypara=15
If it is possible, how to read this parameter inside my AppleScript
app?