hi! Must i use the net use command? My intension to use this copy or xcopy
command is to copy a file to all the PCs in the company (100++ client).
Please advise. Thanks.
You can use UNC paths if you need to:
xcopy "c:\myfolder\*.*" " \\computername\sharename\"
Be sure to do an xcopy /? and look at the available swtiches to make xcopy
work the way you want it too.
As far as coping files to a hundred different workstations, there are better
ways of doing it other than using xcopy. Try asking the gurus over at the
scripting and/or cmdprompt.admin groups:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.