Hi Anki community!
I am trying to install and run Anki in windows environment using new Anki launcher from a different drive and folder due to space constraints. To do this I tried to follow “Update launcher USB docs #444” knowledge article referenced in Anki changelog.
I was hoping to place everything anki related into K:\MyAnki folder
I downloaded anki-launcher-25.09-windows.exe and run it as administrator specifying destination folder as K:\MyAnki\Launcher, which automatically added Anki to the end
After clicking Install anki console appeared
As per knowledge article I just closed this console without selecting anything.
Next I created anki.bat file as per lines 187-193.
Below is my anki.bat file (I have commented first line for debugging purposes)
After double clicking the bat file it just opens up explorer
It looks to me that on line 193 I need to add anki at the end making bat file as below
After double clicking on bat file
AnkiProgramFiles folder appeared in K:\MyAnki, which is probably a good sign
In the above console I pressed Enter
Following update below window briefly appeared and then just closed itself
After above window self closed nothing happened.
As I understood I need to double click on K:\MyAnki\anki.bat again, which resulted in the following
What I noticed in the above is that there are 2 slashes after K:\MyAnki**\\AnkiPrograms and also there appear to be forward slash rather than backslash after Scripts, which I understand is used by Mac rather than Windows (“Scripts/**pythow.exe”).
Is there anywhere I need to tell in config files that it’s windows rather than Mac?
I wonder if I would need to use a different bat file to make anki store data files on K drive to. I have created subFolder MyAnkiData as below
I then adapted line 179 to try and launch anki using MyAnkiData folder as location for my cards and media
My launchAnki.bat file looks as below
After double clicking on launchAnki.bat file nothing happens (I even added extra pause at the start in case I missed a message).
I checked Task manager and don’t see anki running.
Any pointers where I am going wrong?






















