in reply to Re: Win32-NetResources copy directory to number of remote machines
in thread Win32-NetResources copy directory to number of remote machines

THX for Help chaps.

Win32-NetResources is not a good way to do it indeed. Unfortunately I have to quick sort out it using BATCH.

FOR %%A IN (comp1 comp2 comp3) DO ( XCOPY /E /V C:\SRC \\%%A\C$\DST )

But still thinking about writing my own small deployment perl script.

  • Comment on Re^2: Win32-NetResources copy directory to number of remote machines
  • Download Code