XML Driven Logon Script hit version 4.00g
After a long day of updating, testing and documenting, the XML Driven Logon Script have hit version 4.00g.
I am still missing a section in the documentation, but that will have to wait to another day.
Take a look and let me know what you think.
February 22nd, 2008 at 18:31
Excellent work. Very good idea for anyone needing to manage a lot of different logon scripts.
Have you considered storing the script functions in an XML document.
You can use MSXML to load them into a string and use WScript.Execute to compile the function(s) into current memory.
This would allow more flexibility in building a function library and reduce the size/complexity of teh “bootstrap” script.
February 22nd, 2008 at 20:36
Hi Jim
That is not a bad idea. The main script is getting a little big, currently around 40 KB, so making certain functions optional could lower the size.
I actually have a very simple function in the script right now, that will include another script using WScript.Execute.
I like the idea of making the script more modular, I will have to look in to it at a later time though, overworked atm.