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.
file in use check for batch
Name: Cary Date: August 29, 2002 at 17:04:29 Pacific
Comment:
I need a way to check if a file has completed a windows “Save As” process before my batch file uses the saved file. If the file has not completely finished being saved, it corrupts the end process. Using win2000 Pro Thanks
Name: Miskva Date: August 30, 2002 at 03:33:53 Pacific
Reply:
Hmmm, depends on what kind of file you are talking about
What is the state of the file, before the save ? non-existant (that would make it easy), it exists but is zero byte in size (and protected against changes) .. could do a check on size then
Summary: If you are copying and you are in real mode (DOS), there can be no files being used. The file sharing conflict occurs when multitasking is in progress, and you try to copy a program in use. For...
Summary: Basically I have several batch files on different machines running a command and appending the output to a text file on a remote server. However, these are run at about the same time causing a conflic...
Summary: I am trying to create batch program that checks for a couple of files before running though. For example, My batch program is dependent on certain files being in a folder which I provide the user. H...