mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Allow anki-console.bat to be run from any folder
https://github.com/ankitects/anki-manual/pull/137
This commit is contained in:
parent
28021b76af
commit
802f10ea13
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
anki %*
|
||||
"%~dp0"\anki %*
|
||||
pause
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue