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
A55555



PostPosted: Sun Sep 21, 2025 01:58    Post subject: Reply with quote

Loopback
подскажите пожалуйста, что не так с этой записью, Everything не закрывается
Code:
# After this line all actions are performed when TC closing
# После этой строки все действия выполняются при закрытии TC
Pragma AutorunFinalizeSection
If ProcessExist /F '%commander_path%\Everything.exe' Then
ProcessTerminate /F /TT /A /W '%commander_path%\Everything.exe'
EndIf


Так тоже не сработало Sad
Code:
Pragma AutorunFinalizeSection
ShellExec %commander_path%\everything.exe -exit
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group