diff --git a/Extract keys.bat b/Extract keys.bat index 881fd5c..59c7c31 100644 --- a/Extract keys.bat +++ b/Extract keys.bat @@ -2,10 +2,10 @@ python walletaid.py IF ERRORLEVEL 1 ( CLS - "C:\python27\python.ee" walletaid.py + "C:\python27\python.exe" walletaid.py ) if ERRORLEVEL 1 ( CLS ECHO Check Python install ) -@pause \ No newline at end of file +@pause