diff options
Diffstat (limited to 'bin/clearAll.bat')
| -rw-r--r-- | bin/clearAll.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/clearAll.bat b/bin/clearAll.bat new file mode 100644 index 0000000..ba4a351 --- /dev/null +++ b/bin/clearAll.bat @@ -0,0 +1,13 @@ +@echo off
+ +title Database Clearing +
+net stop OpenLDAP
+ +echo Deleting XML and LDAP databases
+ +del /Q /S ..\db\*.*
+
+net start OpenLDAP
+ +echo Done |
