Feb 14, 2006 #1 m4a2t0t Technical User Mar 5, 2003 57 US I am writing a batch file to copy some files using robocopy. How can I close any open files on the server using a batch file? Hi!
I am writing a batch file to copy some files using robocopy. How can I close any open files on the server using a batch file? Hi!
Feb 14, 2006 #2 markdmac MIS Dec 20, 2003 12,340 US Don't knwo about usign a batch. I'd use vbscript. You could then use logic to initiate SysInternals KILL.EXE to end whatever process has the files open. I hope you find this post helpful. Regards, Mark Upvote 0 Downvote
Don't knwo about usign a batch. I'd use vbscript. You could then use logic to initiate SysInternals KILL.EXE to end whatever process has the files open. I hope you find this post helpful. Regards, Mark