
bat
Using a Windows Batch / cmd file to copy perform multiple copy operation across multiple Windows XP workstations
Automatically copy a file to multiple remote Windows XP clients
The following example shows you how to copy a file to multiple Windows computers using a simple batch file and taking advantage of the built in c$ share that Windows computers have.
In my example I will attempt to copy the file called myexample.file to the root of the c: directory on the following Windows XP computers pc01, pc02, pc03, pc04. The script will use to do it I will name remotecopy.cmd
