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: Autorun 
Author Message
yahuu



PostPosted: Wed Dec 18, 2024 13:06    Post subject: Reply with quote

Выберите два или более файлов, выполните следующий код, StrReplace не заменил auCR.

Code:

SetHotkeyAction /K:A /H:F1 xxx
Func xxx()
   Local ListSel= GetSelectedItems(3, 0)
   Local Name = StrPart(ListSel, auCR, 2)
   msgbox(Name)
   msgbox(StrReplace(Name, auCR, 'aaa'))
EndFunc
View user's profile Send private message Send e-mail


Powered by phpBB © 2001, 2005 phpBB Group