kkju / telekinesis

Automatically exported from code.google.com/p/telekinesis
1 stars 0 forks source link

Pass parameters to scripts #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Create a script that requires parameters to be passed to it. Attempt to call 
this script from your 
tapp

What is the expected output? What do you see instead?
Expect the parameters to be passed to the script. When no parameters are passed 
the script 
fails, there is no obvious way to pass parameters.

What version of the product are you using? On what operating system?
0.9.15, Mac OS 10.4.10

Please provide any additional information below.
On the command line you would pass parameters to the script by calling them as 
such:
osascript foo.scpt parameter1 parameter2

Original issue reported on code.google.com by dwke...@gmail.com on 10 Jul 2007 at 3:06