- Aug
- 2,320
- 111
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 26.02.42 x64 Windows 10 [Version 10.0.18363.959]
Here's my method of determining if I am running TCC.EXE from Windows Terminal;
Code:
function WinTerm=`%@execstr[echo %@pidcommand[%_ppid] |! ffind /t"WindowsTerminal" > nul & echo %_ffind_matches]`
Joe
Edit: Corrected function, which should have been wrapped in @execstr
Edit: Used _ppid per suggestion by Vince
Last edited: