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 

Отсортировка запароленных архивов RAR в отдельную папку

 
Post new topic   Reply to topic    Total Commander Forum Index -> Автоматизация Total Commander printer-friendly view
View previous topic :: View next topic  
Author Message
SLAVCHIKS



Joined: 25 Apr 2014
Posts: 4

Post (Separately) Posted: Fri Apr 25, 2014 12:45    Post subject: Отсортировка запароленных архивов RAR в отдельную папку Reply with quote

Стоит следующая задача - имеются десятки тысяч мелких архивов RAR скачанных за несколько лет, среди них попадаются архивы под паролем - нужно это добро отсортировать автоматически - задать скриптом задачу найти в папке архивы под паролем и автоматом перемещать эти файлы - например в папку RARPASS, чтобы в дальнейшем проблем с быстрой распаковкой остальныхнезапаролленных не было

Может ли помочь в таком вопросе? Хотелось бы иметь скрипт под RAR или 7z. Идеально было бы иметь кнопку на панели, с автоматической работой скрипта в текущей папке.
Back to top
View user's profile Send private message
Tol!k



Joined: 01 Apr 2008
Posts: 1727
Location: Арзамас

Post (Separately) Posted: 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
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Автоматизация Total Commander All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group