From 7ef93611e473bbc901663b49e227717e742fb86f Mon Sep 17 00:00:00 2001 From: Warrentheo Date: Mon, 9 Aug 2021 14:17:35 -0600 Subject: [PATCH] Updated Windows batch file to pass arguments to python script... Updated Windows batch file to pass arguments to python script... --- updateHostsWindows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateHostsWindows.bat b/updateHostsWindows.bat index de17bf2b4..3b14343f0 100644 --- a/updateHostsWindows.bat +++ b/updateHostsWindows.bat @@ -49,7 +49,7 @@ if not exist "%WINDIR%\System32\drivers\etc\hosts.skel" ( :UpdateHosts :: Update hosts file -py 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\"