- Aug
- 2,799
- 144
Code:
R:\>whatver
_x64: 1
_admin: 1
_elevated: 1
TCC 36.50.68 x64 Windows 10 [Version 10.0.19045.7417]
BuildNumber Caption CSDVersion OSArchitecture Version
19045 Microsoft Windows 10 Pro 64-bit 10.0.19045
22H2
NppExec plugin does not allow TCEdit.exe to close properly.
The NppExec plugin works as it should,
that is,
it allows me to run a .btm from within TCEdit.exe,
with output being displayed in the NppExec Console.
Exiting TCEdit.exe does not result in TCEdit.exe being closed.
Code:
R:\>if isapp tcedit.exe echo Yes
Yes
R:\>tcedit.exe
R:\>taskend /f tcedit*
R:\>if isapp tcedit.exe echo Yes
Attempting to launch TCEdit.exe after I have closed it,
does not launch TCEdit.exe,
as it is still in memory,
and must be ended forcefully.
Joe