1set "DRIVER_DOWNLOAD_LINK=https://s3.amazonaws.com/ossci-windows/452.39-data-center-tesla-desktop-win10-64bit-international.exe" 2curl --retry 3 --retry-all-errors -kL %DRIVER_DOWNLOAD_LINK% --output 452.39-data-center-tesla-desktop-win10-64bit-international.exe 3if errorlevel 1 exit /b 1 4 5start /wait 452.39-data-center-tesla-desktop-win10-64bit-international.exe -s -noreboot 6if errorlevel 1 exit /b 1 7 8del 452.39-data-center-tesla-desktop-win10-64bit-international.exe || ver > NUL 9