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
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.
Summary: Hey Guys I am looking to see if Xcopy can give me a log or file that tells me how long it took to run the Xcopy batch script. I have created just a simple Xcopy batch script to copy files from a serve...
Summary: I did a similar script like this to upload files from forms. It relied heavily on regular expressions, which is what I would use here. If you want the whole script, I'll e-mail it to you. But for n...
Summary: I am trying to write a DOS (Windows command shell) script that copies files from one folder hive (several folders on DriveA) to another (several folders on DriveB). Discovering the files in the "from...