This is the ONLY code in the backup .bat file:
Quote:
md database.standard
md doctrine.standard
copy Database\*.* database.standard
copy doctrine\*.* Doctrine.standard
|
so I am VERY sure that the two events are unrelated.
It is in DOS code, the first two lines are "Make Directory" commands that instruct the creation of those two directories, and the other two lines instuct windows to copy all files from the Database and Doctrine files into the newly created folders.
So there is no access into the Visual C++ Runtime library that might have caused a conflict with that process.