send something to an appleScript
send something to an appleScript
- Started
- Last post
- 3 Responses
- talltyler
Is there a way that you can do something like
test.scrpt?myVar=123
I need one appleScript to open multiple pdf from a flash projector but everything that I find each pdf has its own script. This way sucks. if not something like above does anyone know of a beter way.
Thanks
- cola0
?
- talltyler0
like sending something to a url with a php. I know this is wrong but is there a way to send a variable to the script.
- talltyler0
what about something where I call the script first
fscommand("exec", "test.script");
then I send the stuff to it
fscommand("exec", "test.script"add myVar);
this doesn't sound any beter but I know one of you has the answer.
Thanks