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