walletaid/Extract keys.bat

15 lines
205 B
Batchfile

@echo off
walletaid.py
IF ERRORLEVEL 1 (
CLS
python walletaid.py
)
IF ERRORLEVEL 1 (
CLS
"C:\python27\python.exe" walletaid.py
)
IF ERRORLEVEL 1 (
CLS
ECHO Check Python install
PAUSE
)