UpdateToLatest echo Updating %~1 %systemroot%\system32\curl -fz %~1 -Lo %~1.new %~2 if not errorlevel 0 ( echo cURL exited with error code %errorlevel%. ) else ( if exist %~1.new ( if exist %~1 ( diff %~1 %~1.new > nul if not errorlevel 1 ( del %~1.new exit /B...
Code Pull requests Actions Projects Security Insights Permalink Comparing changes Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also compare across forks. Open a pull request Create a new pull request by comparing changes across two ...
UpdateToLatest echo Updating %~1 %systemroot%\system32\curl -fz %~1 -Lo %~1.new %~2 if not errorlevel 0 ( echo cURL exited with error code %errorlevel%. ) else ( if exist %~1.new ( if exist %~1 ( diff %~1 %~1.new > nul if not errorlevel 1 ( del %~1.new exit /B...
UpdateToLatest echo Updating %~1 %systemroot%\system32\curl -z %~1 -Lo %~1.new %~2 if not errorlevel 0 ( echo cURL exited with error code %errorlevel%. ) else ( if exist %~1.new ( if exist %~1 ( diff %~1 %~1.new > nul if not errorlevel 1 ( del %~1.new exit /B ...
UpdateToLatest echo Updating %~1 %systemroot%\system32\curl -z %~1 -Lo %~1.new %~2 if not errorlevel 0 ( echo cURL exited with error code %errorlevel%. ) else ( if exist %~1.new ( if exist %~1 ( diff %~1 %~1.new > nul if not errorlevel 1 ( del %~1.new exit /B ...