Not able to find the anki-console.bat

I followed this documentation: Console Output - Writing Anki Add-ons

Still. I cannot find the anki-console.bat on Windows 10.
I installed it in the default directory of /Appdata/local/Anki
but there is no anki-console.bat file. Hence why I cannot look into console outputs.
This halts the progress of an AddOn I am trying to create at the moment, any tips, why or where I could else look at?
(Yes, I already looked at C:/Program Files/Anki, there is no such directory though, as I installed it in the default directory).

Edit:
And yes, I already uninstalled it and reinstalled it. I even tried switching between Qt5 and Qt6.

1 Like

Not sure why it’s not there for you, but you can see console output by running anki.exe in an existing console.

Or you can just create anki-console.bat yourself:

@echo off
"%~dp0"\anki %*
pause
2 Likes