#1
|
|||
|
|||
Creating Macro from Another Macro
Is there a way I can create a MACRO from another MACRO?
IE Create a MACRO called HOST HOST = REDHAT Now I want to create a macro called REDHAT_COMPLETE based on the %HOST% Macro. Thanks |
#2
|
|||
|
|||
See the attached sample.
|
#3
|
|||
|
|||
Thanks for the response.
Say I don't know what the host is, it's only created during runtime, basically I want to output a the MACRO that contains another Macro. Example loop (redhat, suse, solaris) HOST = <loop value> %HOST%_COMPLETE = TRUE if % %HOST%_COMPLETE % continue; check HOST status Last edited by Albin; 12-07-2011 at 10:24 AM. |
|
|