$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 "HKG Store Documents.url" Download-Software "AcroRdrDC1900820071_zh_TW.exe" Download-Software "7z2200-x64.exe" Download-Software "ChromeStandaloneSetup64.exe" Download-Software "ConnectWiseControl.ClientSetup.exe" Download-Software "dasformn.zip" Download-Software "DasShellShopSetup.exe" Download-Software "DingTalk_v6.3.25.2149101.exe" Download-Software "FileZilla.xml" Download-Software "FileZilla_3.14.1_win64-setup.exe" Download-Software "TV12.exe" Download-Software "WhatsAppSetup.exe" Download-Software "outlook2016-kb4011240-fullfile-x64-glb.exe" Download-Software "Office 2016.txt" Download-Software "SW_DVD5_Office_2016_64Bit_ChnTrad_MLF_X20-42472.ISO" Download-Software "MCP31L Star_Windows_Software_V3.1.0_setup.zip" Download-Software "TCP700II starprnt_v3.8.0a.zip"