I have a set of (.BTM) batch files that I use to update offline copies of my working directories that use the
Read more
robocopy
program. The top level batch files call a common batch file to perform the work in a uniform way. I have noticed that occasionally batch processing terminates prematurely. I have attempted to work around the issue by looping until a flag is set in both the common batch file and the top level batch files, the looping code never gets a chance to continue the...Read more