

This will work with updates (different filenames). PauseThis should work as long the host doesn't change addresses of the downloads too much. Powershell -Command "Invoke-WebRequest -Uri %FullDL% -OutFile %FullFN%" REM Now you can do simple things like see if a file exists, or download it. REM Now we have 2 variables, both from the webpage: ZIP in the temp.html and set the answer to a variable called FullDLįor /f "delims=" %%a in ('powershell -Command "select-string ' *' temp.html | foreach-object "') do set "FullFN=%%a"

Powershell -Command "Invoke-WebRequest -OutFile temp.html" REM Created by multiple people from the Tom's Hardware forums.

REM Batch to download new Bedrock server when it exists.
