Updated Windows batch file to pass arguments to python script...

Updated Windows batch file to pass arguments to python script...
This commit is contained in:
Warrentheo 2021-08-09 14:17:35 -06:00 committed by GitHub
parent b4bcdc8a92
commit 7ef93611e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\"