diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
commit | f04d64869f3b1de54fb343f28f955584780001b8 (patch) | |
tree | 5453dc10de3d980de79ffe019fa0b5fcb692a27d /userinfoex/_clear.cmd | |
parent | 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (diff) |
Project folders rename part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'userinfoex/_clear.cmd')
-rw-r--r-- | userinfoex/_clear.cmd | 22 |
1 files changed, 0 insertions, 22 deletions
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
|