From: Tomasz PrzybyƂ Date: Fri, 16 Dec 2016 10:34:13 +0000 (+0100) Subject: BAT files: change PATH for lookin DLL file check X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=38ab381c8cc84a4ee3efccd664298a9e87dbd019;p=stevenblack-hosts.git BAT files: change PATH for lookin DLL file check --- diff --git a/makeHostsWindows.bat b/makeHostsWindows.bat index 137aa4d74..f5816d5d2 100644 --- a/makeHostsWindows.bat +++ b/makeHostsWindows.bat @@ -9,7 +9,7 @@ if not exist "%WINDIR%\py.exe" ( GOTO 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 :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/ ECHO :: ERROR :: Exit... diff --git a/updateHostsWindows.bat b/updateHostsWindows.bat index 315db35d3..5151a6b5e 100644 --- a/updateHostsWindows.bat +++ b/updateHostsWindows.bat @@ -13,7 +13,7 @@ if not exist "%WINDIR%\py.exe" ( GOTO 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 :: Download and install lastest Python 3.5 for Windows from https://www.python.org/downloads/ ECHO :: ERROR :: Exit...