I created a simple script to copy a couple of files to a directory, I need to repeat this process to clients throughout the network. For example, with a script like this
robocopy "C:\example" "\\comp1001\C$\WINDOWS\system32" /V /NP /R:10 /W:30
I need to increase the counter of the workstation...