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.
Bat Copy Files - Skip Open Ones?
Name: trdj Date: February 24, 2006 at 15:33:24 Pacific OS: XP CPU/Ram: Lots
Comment:
I have a bat that basically just copies a directory of PSTs, but sometimes they are left open (users logged in). I am looking for a bat that will just go down the list and copy the ones that are available to be copied (not open).
As it is now if the 2nd PST in the list is locked then that's it, I will have only copied (or backed up) two PSTs.
Is there a way to use a combination of Bats to create a 2nd bat with a list of the file names, then pull it in and read it and do a copy on files "if not errorlevel 1" skipping to the next when a file is locked?
Summary: Hello, I'm trying to copy files locally, from one directory to another. Is there a way for me to specify the copy command to copy files by date modified? Example: I want to copy from X directory all t...
Summary: Hi, I need a batch file to do the following, however I do not have the knowledge, can anyone help? 1. Batch file to run every hour. 2. Copy file from remote PC on same subnet to local dir or dir on an...