Hi, > If you really need to get the absolutely latest version of the local wpkg.xml I recommend putting a batch file onto the server and have WPKG client running that batch file instead of wpkg.js directly. > This allows to launch wpkg.js and then copy wpkg.xml with the batch script. Uh, why not just use config.xml to configure the location of the logfiles and wpkg.xml files? <param name='settings_file_path' value='\\\\iserv\\install\\wpkg\\status' /> <param name='log_file_path' value='\\\\iserv\\install\\wpkg\\status' /> <param name='logfilePattern' value='[HOSTNAME].log' /> Works pretty good for me. - jens |