@echo off title Database Clearing net stop OpenLDAP echo Deleting XML and LDAP databases del /Q /S ..\db\*.* net start OpenLDAP echo Done