I would like to create a variable based on the name of the server being processed by my kix script.

Is there a way that I can create a variable who's name is determined in the script itself?

The script opens up a text file and reads server names from it, processing 1 line at a time. During this script, I'd like to create a variable based on the current server being processed.

For example, if I am processing Server01, I'd like the script to establish a $Server01 variable.

Is this possible?


Kevin Murphy