$url = "http://software.onestopitservices.com/Customer/jhk/" $dest = $env:USERPROFILE + "\Downloads\" write-host " " Write-Host " *** Apps for Jurlique Store *** " write-host " " function Download-Software { [CmdletBinding()] param( [Parameter()] [string] $filename2 ) write-host "Downloading..."$filename2 Invoke-WebRequest -Uri $url$filename2 -OutFile $dest$filename2 write-host "Done" write-host "" } Download-Software "AcroRdrDC1900820071_zh_TW.exe" Download-Software "7z2200-x64.exe" Download-Software "ChromeStandaloneSetup64.exe" Download-Software "TV12.exe" Download-Software "Office 2016.txt" Download-Software "SW_DVD5_Office_2016_64Bit_ChnTrad_MLF_X20-42472.ISO"