From 7c1365787b648292efeeede0e64e81fd2a795da5 Mon Sep 17 00:00:00 2001 From: FadeMind Date: Wed, 30 Sep 2020 16:27:01 +0200 Subject: [PATCH] updateHostsWindows.bat: fix python exe cmd Python for Windows using py.exe launcher command and should be used here as well. --- updateHostsWindows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"