Posts Tagged ‘distribution’

Copy File(s) to Remote Systems

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 [...]

Continue reading...

Tagged with: [ , , ]