Download

Note: I have only tested the script thoroughly with Windows Server 2003 SP2 as the domain controller, and Windows XP SP2 as the client. It should work fine with any version of Windows XP/2000 and Windows Server 2003 though. I have only done limited testing with Vista as the client, so any input on how well the script works with Vista is welcome.

Current version: 4.00k

Changes in 4.00k:

  • Changed such that the case of arguments to the actions are kept as entered in the xml files.
  • Added two new wildcards: %domain% and %logonserver%
  • Changed CopyFile action, it now have three copy options:
    • Copy if file on server is different than that on the client (or copy if no client copy exists)
    • Only copy if file do not exists on the client
    • Always copy

    Note: The changes require a change to the xml file’s DTD, thus you must update your existing xml file accordingly.

  • Changed MapDrive such that it will forcefully remove a existing mapping
  • Corrected spelling errors (thanks Casper)

Version: 4.00j

Changes in 4.00j:

  • Added auto scroll function to Internet Explorer window. The window will now automatically scroll down if needed as more content is added.
  • Fix: Corrected code to probably detect active directory site name.
  • Fix: Corrected code in RunProgramInBackground and RunProgramAndWait that would make script crash.

Version: 4.00i

Changes in 4.00i:

  • Added support for persistent network drive mappings, useful for users that use Windows’ “Offline Files” feature.

version: 4.00g

Version: 4.00h

Changes in 4.00h:

  • Added better error handling in GetDynamicSettings function

version: 4.00g

Changes in 4.00g:

  • Added DELAY_BEFORE_CLOSE global script setting
  • Added filter site
  • Removed execute action
  • Added executeInBackground action
  • Added executeAndWait action
  • Optimized internal object and variable handling and more …

Comments are closed.