1.

Solve : Copying a file to multiple machines?

Answer»

Hello everyone. I am trying to create a BAT file that will COPY a file over to MUTIPLE machines on our network. I have all the machines on our network exported to a txt file. I have the file I need to copy to these machines in the root of my c partition. I need to know what the DOS command would be to copy this file down to all the machines in this txt file.

Thanks,
Brianto connect to network try net USE

Code: [Select]C:\>net use ?
The syntax of this command is:


NET USE
[devicename | *] [\\computername\sharename[\VOLUME] [password | *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[[emailprotected] domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

Quote from: brayknee on October 09, 2007, 12:49:12 PM

Hello everyone. I am trying to create a bat file that will copy a file over to mutiple machines on our network. I have all the machines on our network exported to a txt file. I have the file I need to copy to these machines in the root of my c partition. I need to know what the DOS command would be to copy this file down to all the machines in this txt file.

Thanks,
Brian

I think you could get a USB with enough bites to copy and then create a shortcut to another computer. dos nerd, could you please ONLY post when BOTH these things are true:-

a. You understand the question

b. You know the answer

(You're getting noticed.)



Discussion

No Comment Found