Allow anki-console.bat to be run from any folder

https://github.com/ankitects/anki-manual/pull/137
This commit is contained in:
Damien Elmes 2023-05-12 16:58:58 +10:00
parent 28021b76af
commit 802f10ea13

View file

@ -1,5 +1,5 @@
@echo off
anki %*
"%~dp0"\anki %*
pause