mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
BAT files: change PATH for lookin DLL file check
This commit is contained in:
@@ -9,7 +9,7 @@ if not exist "%WINDIR%\py.exe" (
|
|||||||
GOTO PY35RT
|
GOTO PY35RT
|
||||||
)
|
)
|
||||||
:PY35RT
|
:PY35RT
|
||||||
if not exist "%PROGRAMFILES%\python35\Python35.dll" (
|
if not exist "%LOCALAPPDATA%\Programs\Python\Python35\Python35.dll" (
|
||||||
ECHO :: ERROR :: Python 3.5 Runtime NOT FOUND...
|
ECHO :: ERROR :: Python 3.5 Runtime NOT FOUND...
|
||||||
ECHO :: ERROR :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/
|
ECHO :: ERROR :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/
|
||||||
ECHO :: ERROR :: Exit...
|
ECHO :: ERROR :: Exit...
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ if not exist "%WINDIR%\py.exe" (
|
|||||||
GOTO PY35RT
|
GOTO PY35RT
|
||||||
)
|
)
|
||||||
:PY35RT
|
:PY35RT
|
||||||
if not exist "%PROGRAMFILES%\python35\Python35.dll" (
|
if not exist "%LOCALAPPDATA%\Programs\Python\Python35\Python35.dll" (
|
||||||
ECHO :: ERROR :: Python 3.5 Runtime NOT FOUND...
|
ECHO :: ERROR :: Python 3.5 Runtime NOT FOUND...
|
||||||
ECHO :: ERROR :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/
|
ECHO :: ERROR :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/
|
||||||
ECHO :: ERROR :: Exit...
|
ECHO :: ERROR :: Exit...
|
||||||
|
|||||||
Reference in New Issue
Block a user