T
T
Timafey Sadovykh2016-02-08 18:50:15
System administration
Timafey Sadovykh, 2016-02-08 18:50:15

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

7 answer(s)
D
dude2012, 2016-02-09
@likvidator22

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.

A
Anton Ulanov, 2016-02-08
@antonsr98

Total Commander, Far

R
res2001, 2016-02-08
@res2001

copy/xcopy/pscp?

M
moropsk, 2016-02-08
@moropsk

as an option online.

B
borodka_lenina, 2016-02-08
@borodka_lenina

Copy via Total Commander. If you mean local area network.

S
Saboteur, 2016-02-08
@saboteur_kiev

FAR, syncbackup, copy, xcopy, getfilm

T
Timafey Sadovykh, 2016-02-09
@

All right?
BAT

FOR /F " tokens=1 " %%i in (comps.txt) do (
xcopy /R /Y /E /H "C:\123" "%%i\d$\Files"
)

comps.txt
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 question

Ask a Question

731 491 924 answers to any question