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
Flasher



PostPosted: Fri Jul 29, 2011 21:20    Post subject: Reply with quote

Удалить
Code:
Name = InputBox("Введите число символов:", "Выделение элементов списка по числу символов")
If Len(Name) = 0 Or Not IsNumeric(Name) Then WScript.Quit

Заменить в двух местах
Code:
      If Len(F.Name) = Abs(Name)
на
Code:
      If Len(F.Name) = Len(WScript.Arguments(0))

Прописать %N в параметрах.
Для новой кнопки не забыть очистить путь запуска.
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group