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.

2 Responses to “XML Driven Logon Script hit version 4.00g”

  1. Jim Vierra Says:

    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.

  2. Egil Hansen Says:

    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. :)

Leave a Reply