- Aug
- 2,016
- 81
How does one go about getting rid of;
I use the following commands to;
* Clear the macro queue
* Start recording a macro, keyboard events only
* Stop recording or playing
* Save the macro to the file CtrlT
* Clear the macro queue
* Load the macro file CtrlT
* Play back the current macro
All works as it should, that is, pressing the Ctrl T keyboard combination opens a new TCC Tab Window.
Now, according to the following
...the Macro Recorder is not running.
Yet, I still have the Macro playback OSD message in the lower right corner of the screen.
I have this problem no matter what macro I playback. I am providing the above macro as an example.
What am I not doing correctly?
Joe
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 26.02.42 x64 Windows 10 [Version 10.0.18363.1016]
I use the following commands to;
* Clear the macro queue
* Start recording a macro, keyboard events only
* Stop recording or playing
* Save the macro to the file CtrlT
* Clear the macro queue
* Load the macro file CtrlT
* Play back the current macro
Code:
Recorder /c
Recorder /k /m
Recorder /x
Recorder /s CtrlT
Recorder /c
Recorder /r CtrlT
Recorder /p
Now, according to the following
Code:
e:\utils>recorder /x
TCC: The macro recorder is not running "/x /DE:\Utils"
Yet, I still have the Macro playback OSD message in the lower right corner of the screen.
I have this problem no matter what macro I playback. I am providing the above macro as an example.
What am I not doing correctly?
Joe