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: Отсортировка запароленных архивов RAR в отдельную папку 
Author Message
Tol!k



PostPosted: Sat Apr 26, 2014 18:14    Post subject: Reply with quote

Code:
TOTALCMD#BAR#DATA
%comspec% /c for /f "delims=" %# in ('dir /b/s *.7z *.rar *.zip ^|findstr /vc:\_NeedPass\') do
(echo:|D:\путь\7z.exe t "%%#" |findstr /bc:^"Enter password^" &&(md "%%~dp#\_NeedPass\" 2>nul &move /y "%%#" "%%~dp#\_NeedPass\"))
shell32.dll,47
Сортировать запароленные архивы

1
-1
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group