diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-31 14:14:50 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-31 14:14:50 +0200 |
| commit | 4991bef81c7e9eb8f3f94309b1c3a1f9b8cc02ee (patch) | |
| tree | d46b80a7efcc770d28cdeb3c5a6083a8c9b97c0c /bin/clearAll.bat | |
| parent | 56afac46ce0912eb496b5b22af0d28070218e7be (diff) | |
Cleanup bin & add eclipse launch configurations
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 |
