Answer the question
In order to leave comments, you need to log in
A program to copy files over the network?
Need a program to copy files to a PC on the network in turn!
Where to find one?
Answer the question
In order to leave comments, you need to log in
such tasks can be solved with the help of a bat script. Of course, the task is not trivial, but a "fishing rod" is better than a "fish". With the help of batch files, you can solve many other admin tasks.
Copy via Total Commander. If you mean local area network.
All right?
BAT
FOR /F " tokens=1 " %%i in (comps.txt) do (
xcopy /R /Y /E /H "C:\123" "%%i\d$\Files"
)
192.168.1.101
192.168.1.102
192.168.1.103
192.168.1.104
192.168.1.105
192.168.1.106
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question