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: Утилита для работы с плагинами WDX из командной строки 
Author Message
Orion9



PostPosted: Sun Apr 21, 2024 13:39    Post subject: Reply with quote

Loopback
Может, сделать утилите ключ, который задавал бы путь к текстовому файлу, содержащиму сразу несколько команд к исполнению, как это сделано, например, в nircmd с ключем script:
Quote:
script [Script File]
This command allows you to execute a sequence of commands stored inside the file specified in [Script File] parameter.
Example:
script "c:\temp\msg.ncl"
Example for a script:
infobox "Hello !" "This is the first message"
infobox "Hello !" "This is the second message"
infobox "Hello !" "This is the third message"

Это сократило бы число вызовов к uwdx.exe и позволило бы сразу объединить несколько блоков информации.
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group