5 lines
60 B
Batchfile
5 lines
60 B
Batchfile
|
set PYTHONPATH=../lib
|
||
|
cd /d %~dp0
|
||
|
python anki
|
||
|
rem pause
|