So.. I was testing a cleanup script this afternoon... and lo and behold, as such things do at 4:30pm on a Friday, it went wild, and managed to hose a lot of the contents of my C:\DB2 directory (yes, I'm an idiot

)
This is DB2 UDB 8.2 on Windows 2000 by the way.
Anyhow.. for two of the three databases (it's only a dev server), I managed to drop the databases, and restore the backups I had just fine. However for the TOOLSDB database, the whole directory under C:\DB2 had been removed, so db2 thinks the database exists, however will error if you try and DROP DATABASE on it because it can't find the files to remove - sigh.
I've searched here and on google, but can't find any way to tell db2 to just forget that it ever had that database, ignoring the lack of files so I can restore the backup that I have.
Any help would be gladly appreciated.. I'm guessing there's a way to do this, I'm just not cluefull enough to work it out it seems