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 

Как выделить нужное количество файлов
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Total Commander Forum Index -> Общие вопросы printer-friendly view
View previous topic :: View next topic  
Author Message
shveicar



Joined: 18 Apr 2011
Posts: 277
Location: Россия Москва

Post (Separately) Posted: Sun Jul 24, 2011 16:32    Post subject: Reply with quote

Добрый день. Подскажите, можно ли в данный скрипт
Quote:
selector+.vbs
добавить окно - с вводом количества выделяемых файлов? Спасибо.[/quote]
Back to top
View user's profile Send private message
Rodny



Joined: 24 Jan 2007
Posts: 949
Location: Могилёв, Беларусь

Post (Separately) Posted: Sun Jul 24, 2011 17:04    Post subject: Reply with quote

shveicar
Можно.
В параметр кнопки написать, например, "?100" без кавычек, существенное здесь - вопросительный знак.
В скрипте
Code:
Const NumbFiles = 20000 ' Число выделяемых файлов
Dim Files, TCS, Selection
Set TCS = CreateObject("TCScript.Helper")
заменить на

Code:
Dim Files, TCS, Selection, NumbFiles
Set TCS = CreateObject("TCScript.Helper")
NumbFiles = CInt(WScript.Arguments(0)) ' Число выделяемых файлов из параметров
Back to top
View user's profile Send private message
shveicar



Joined: 18 Apr 2011
Posts: 277
Location: Россия Москва

Post (Separately) Posted: Sun Jul 24, 2011 18:28    Post subject: Reply with quote

Большое Спасибо! все работает.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Общие вопросы All times are GMT + 4 Hours
Goto page Previous  1, 2
Page 2 of 2

 
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