tweak windows debug batch scripts

This commit is contained in:
Damien Elmes 2011-02-02 18:27:29 +09:00
parent b39eb39e0d
commit f4ac6d75c3
2 changed files with 3 additions and 1 deletions

3
anki-wait.bat Normal file
View file

@ -0,0 +1,3 @@
set PYTHONPATH=../lib
python anki
pause

View file

@ -1,3 +1,2 @@
set PYTHONPATH=../lib set PYTHONPATH=../lib
python anki python anki
pause