Lemon Posted September 27, 2015 Share Posted September 27, 2015 Hi, Could any one help me with a custom script, I am trying to create a script that asks for values before executing it. What I wanted to do Is create a sort of manager that hold the server backups, restore and so on in one dropdown via a script and I know I have to check the box that the variable is a script value I just can't seem to fin the way to include it into the script. Thanks in advance. Link to comment Share on other sites More sharing options...
barrycarey Posted October 1, 2015 Share Posted October 1, 2015 Batch = %ThisService_VariableName% Iron Python = ThisService.Variables["VariableName"] Bash = ${ThisService_VariableName} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now