Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Перемещение файлов и папок на уровень вверх 
Author Message
Tol!k



PostPosted: Sat Sep 12, 2015 21:52    Post subject: Reply with quote

Code:
TOTALCMD#BAR#DATA
%comspec% /c for /f "delims=" %$ in
('type %WL') do (for /f "delims=" %%# in ('dir /ad/b/s "%%$"^|sort /r') do rd /q "%%#")&rd /q "%%$"
%windir%\system32\cleanmgr.exe
удалить пустые папки

1
-1


Last edited by Tol!k on Sun Sep 13, 2015 13:18; edited 3 times in total
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group