Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Server Copu batch
Name: BryanInBC Date: September 25, 2008 at 14:42:14 Pacific OS: Windows Server 2003 CPU/Ram: 1.99GHz/ 2Gb RAM
Comment:
I'm trying to make a batch file that will copy userfiles from our Alberta-based server to our main office's local server.
since I don't want to hog bandwidth, I'm trying to do it so the folder will only copy if marked with the archive bit. If someone could please help that would be great.
Name: Jestible Date: September 29, 2008 at 13:04:45 Pacific
Reply:
Doing a quick xcopy /? will help you out here.
I'm going to assume you want to remove the A tag after you copy it? /m will copy the files only that have the A attribute on, then remove it after copying.
OR
/a switch will only copy files with the A set, but leave the attribute.
So it looks like the one you have pasted above is correct.
Summary: Dear All, Is it possible to get the size of shared folders and it's first child folders in a server using script/batch file. OR size of folders in specific drives in servers using batch/script file Ki...
Summary: Hello everyone, I have a simple batch file that calls Putty Secure Copy (PSCP) and sends certain carrier files to an off site server. The script works fine IF I run it from the command prompt or if...
Summary: hi, how to make a ftp batch script that will automatically login to server and automatically transfer the files to local folder.. thanks. hakunamatata ...