From the TechNote Dept: A new article by Patrick Kaak has been posted in the TechLibrary. This time around Patrick shows us the advantages of incorporating existing scripts into RES Automation Manager, illustrating by example how an otherwise semi-static script can be converted into a reusable runbook, which requires no editing what so ever. The example at hand utilizes Thomas Koetzing’s excellent Citrix Hotfix downloader script. By embedding it into an AM runbook you don’t have to ever edit it again. As usual for your convenience, an example buildingblock is included
<<< Click here to read the article
From the technotes-R-us dept. Patrick Kaak has written the second part of his article series on how to wrestle the most out of RES Automation Manager. This time he dives into how to use parameters between modules and run books. This makes short work of expanding existing functionality in Automation Manager Modules. The idea is really simple. For those of you back in the day who started out writing batch files, a module parameter is equivalent to putting in %1, %2 etc into a script.
The beauty of using parameters inside the RES Automation manager is that you can do it without any scripting, yet still benefit from using information which as already been entered across multiple modules.
<- Click here to read the article