/exit
Posted: 2012-08-13, 14:05 UTC
Do it is possible to add a Command line parameter to close TC if it is running?
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
}