1.

Solve : Copy file(s) to multiple computers?

Answer»

I need to copy files to various computers and would like to do it as automatically as possible. Instead of copying the files to each COMPUTER INDIVIDUALLY, I´d like to use a batch file that takes care of this with just one click.

Is it possible to write one command line and use a variable that is replaced as many times as there are computers? How could this variable be replaced automatically by the different computernames?If the computers are all KNOWN clients, you could use a For-in-Do loop with the machine names listed as parameters. If not all machines are on at BACKUP time, use an IF EXIST call to the nul: in each system's root DIRECTORY to allow ignoring machines not on.



Discussion

No Comment Found