walletaid/Extract keys.bat

12 lines
164 B
Batchfile

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