Using TCC LE as replacement for cmd.exe

I am using TCC LE as replacement for the cmd.exe. Now I would like to modify the "Command Prompt Here" to start TCC LE instead of cmd.exe. Is this possible? How do I achieve it? The reason I want to do this is that TCC LE shall start with the current directory already chosen.

Opus will use the value of the %ComSpec% environment variable if it exists; however, "Command Prompt Here" is just a command on the Lister Context menu, you can remove it and replace it with any other command of your choosing if desired.

I replaced the %ComSpec% environment variable. Works great, thank you.