Computing.Net > Forums > Programming > script to copy files from a server

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

script to copy files from a server

Reply to Message Icon

Name: Gasman11
Date: August 13, 2008 at 09:21:51 Pacific
OS: 2000
CPU/Ram: 2gb
Product: ibm
Comment:

I am looking for help with a script that will copy files from a folder on a share on the server to a folder on many workstations. The script needs to get the computer names from a .txt file that will contain the list of computer names.



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: August 13, 2008 at 19:35:25 Pacific
Reply:

I hate it when people try to sell code on a free help site.

FOR /F %%a IN (list.txt) DO XCOPY /F /E /V /I /H /R /Y /Z "someDir\*.*" "\\%%a\c$\someDir"


0

Response Number 2
Name: Mechanix2Go
Date: August 13, 2008 at 22:34:57 Pacific
Reply:

"I hate it when people try to sell code on a free help site."

What's that about?


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 3
Name: Razor2.3
Date: August 14, 2008 at 04:45:30 Pacific
Reply:

Mechanix2Go: What's that about?
A deleted post, obviously.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: script to copy files from a server

XCOPY Log needed www.computing.net/answers/programming/xcopy-log-needed/14504.html

Script to remove lines from a file www.computing.net/answers/programming/script-to-remove-lines-from-a-file/7090.html

Copying files from one driver hive to another www.computing.net/answers/programming/copying-files-from-one-driver-hive-to-another/18970.html