From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- userinfoex/_clear.cmd | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 userinfoex/_clear.cmd (limited to 'userinfoex/_clear.cmd') diff --git a/userinfoex/_clear.cmd b/userinfoex/_clear.cmd deleted file mode 100644 index 3b6d4ac..0000000 --- a/userinfoex/_clear.cmd +++ /dev/null @@ -1,22 +0,0 @@ -@echo off -pushd ".\bin8" -cls -echo Leere Zwischenverzeichnis -if not errorlevel 1 ( - attrib /s -s -r -h *.* > NUL - del /s /f /q *.* > NUL - pushd .. - rd /s /q bin8 > NUL -) - -attrib /s -s -r -h *.aps > NUL -del /s /f /q *.aps > NUL - -attrib /s -s -r -h *.user > NUL -del /s /f /q *.user > NUL - -attrib /s -s -r -h *.suo > NUL -del /s /f /q *.suo > NUL - -attrib /s -s -r -h *.ncb > NUL -del /s /f /q *.ncb > NUL -- cgit v1.2.3