During the process of resource updating on workstations, is it possible to copy files to the processed workstations?
This can be performed by creating a script or bat file and selecting either 'Run this script before task execution' or 'Run this script after task execution'. This can also be performed in a new Scripting Task, or as part of a Move task.
After selecting the "batch" mode for Resource Processing simply enter the command line syntax that corresponds to the action you wish to perform. The following is an example of copying a file from a central location to the workstations that are checked for processing.
xcopy \\<servername>\c$\<filename> \\%computer%\c$\<folder>\*.*
Where xcopy is the command
\\servername is the computer holding the file
c$ is the administrative share used for access to the file
<filename> is the filename to be copied
\\%computername% is the variable that will be populated by the Resource Updating Manager and corresponds to the workstations you have selected.
<folder> the folder path to copy the file.
** Please note: support offers this functionality as part of the Resource Updating Manager utility, however will not be responsible for troubleshooting created syntax for use within the command line. **
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center