Script to check a file is not being written by a process

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jjcarranza
Posts: 6
Joined: 21 Sep 2009 15:56

Script to check a file is not being written by a process

#1 Post by jjcarranza » 22 Sep 2009 09:26

Hello experts,
I'm using a database backup utility that creates files with 1GB of information each. I want to move those files while utility is still running but I need to check if the file I'm about to move is not being written. Is there a way I can check so?
Thanks any hint will be appreciated!

Post Reply