/exit
Moderators: Hacker, petermad, Stefan2, white
dos command:
NirCmd:
or
AutoHotkey script:
Regards
Holger
Code: Select all
taskkill /im Totalcmd.exe
Code: Select all
nircmd.exe closeprocess Totalcmd.exe
Code: Select all
nircmd.exe win close class "TTOTAL_CMD"
I guess there are a lot of additional ways to reach this goal without the need to start TC first.CloseTc.AHK wrote:IfWinExist, ahk_class TTOTAL_CMD
{
WinClose
}

Regards
Holger