From: FadeMind Date: Wed, 30 Sep 2020 14:27:01 +0000 (+0200) Subject: updateHostsWindows.bat: fix python exe cmd X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7c1365787b648292efeeede0e64e81fd2a795da5;p=stevenblack-hosts.git updateHostsWindows.bat: fix python exe cmd Python for Windows using py.exe launcher command and should be used here as well. --- diff --git a/updateHostsWindows.bat b/updateHostsWindows.bat index ee842a409..de17bf2b4 100644 --- a/updateHostsWindows.bat +++ b/updateHostsWindows.bat @@ -49,7 +49,7 @@ if not exist "%WINDIR%\System32\drivers\etc\hosts.skel" ( :UpdateHosts :: Update hosts file -python updateHostsFile.py --auto --minimise +py updateHostsFile.py --auto --minimise :: Copy over the new hosts file in-place copy /y /v hosts "%WINDIR%\System32\drivers\etc\"