| View previous topic :: View next topic |
| Author |
Message |
seanc217
Joined: 11 May 2007 Posts: 3
|
Posted: Wed May 16, 2007 1:37 pm Post subject: Using variables |
|
|
I'm confused on how to use variables.
I have remote scripts I want to run where I run the script and pass the variable into the script.
How can I go about doing this?
Thanks |
|
| Back to top |
|
 |
melvin Site Admin
Joined: 25 May 2006 Posts: 595 Location: Santa Barbara, california
|
Posted: Wed May 16, 2007 10:29 pm Post subject: |
|
|
when a task runs variables are generated. right click on a task in the task tree and click on variables menu to see these values. these variable format are:
$%task_title::variable_name%$ ..see the documentation on variables.
there are also some non task variables like $%DATE::...%$
for example to run a script using the command task or telnet /SSH task:
foo.script $%task_title::variable_name%$
foo.script $%DATE::pp-dd-YY%$ |
|
| Back to top |
|
 |
|