Copy File(s) to Remote Systems
Posted by Rob on 29 September, 2008
No comments yet
This item was filled under [ Workstation ]
Below is a simple example of copying a file to multiple systems using Script Zombie. In the example below “My File.exe” is copied to all systems selected in the Script Zombie host list. Notice, like with other scripts the host name is passed via the %1 parameter.
@echo off
echo.
echo – Copies “My File.exe” to the C: root directory [...]
