Lines Matching refs:url
518 :: %1 - the url to open
520 @set url=%~1 variable
521 @call :log 4 "Opening default browser: %url%"
522 @start %url%
655 :: %1 - the url of the file to download
663 @set url=%~1 variable
668 @if [%url%] == [] exit /b 1
673 @call :log 1 "Downloading %url%"
677 @powershell Invoke-WebRequest "%url%" -OutFile %temp_path%
679 call :log 0 "Failed to download %url%"
703 :: %2 - The location of the .msi, a url must start with 'http://' or file_path
786 :: %2 - The location of the .exe, a url must start with 'http://' or file_path