Experts, help me!
I need to use a batch file to copy a certain file from more than 100 machines on the LAN. Originally, the passwords on these machines were all the same (123456), so using copy \\192.168.0.102\D$\myfile.txt C:\abc\1 like this, I could copy the file from each machine to my C drive. But now each machine has a different password (I know the password for each machine), so I can't use the old method for batch copying anymore. Please give me some guidance! It would be best if you could give me an example!
I need to use a batch file to copy a certain file from more than 100 machines on the LAN. Originally, the passwords on these machines were all the same (123456), so using copy \\192.168.0.102\D$\myfile.txt C:\abc\1 like this, I could copy the file from each machine to my C drive. But now each machine has a different password (I know the password for each machine), so I can't use the old method for batch copying anymore. Please give me some guidance! It would be best if you could give me an example!
