View Single Post
Old 09-21-05, 05:34 PM   #5
LuftWolf
Ocean Warrior
 
Join Date: May 2005
Location: Free New York
Posts: 3,167
Downloads: 2
Uploads: 0
Default

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.
__________________
LW
LuftWolf is offline   Reply With Quote