md "c:\Downloads" $url = "http://software.onestopitservices.com/Customer/cmg/" $dest = "C:\Downloads\" write-host " " Write-Host " *** Apps for CMG's new HP desktop PC *** " 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 "0-SetupProd_OffScrub.exe" Download-Software "1-ChromeStandaloneSetup64.exe" Download-Software "2-AcroRdrDC2300120064_zh_TW.exe" Download-Software "3-TV12.exe" Download-Software "4-ZoomInstallerFull.exe" Download-Software "5-7z2301-x64.exe" Download-Software "6-keswin_12.0.0.465_en_aes56.exe" Download-Software "7-DingTalk_v6.3.26.1229102.exe" Download-Software "8-TeamsSetup_c_w_.exe" Download-Software "9-VooVMeeting_1410000197_3.16.4.510.publish.exe" Download-Software "10-WeChatSetup.exe" Download-Software "11-Acrobat_2020_Web_WWMUI.zip" Download-Software "12-AnyDesk.exe" Download-Software "13-FoxmailSetup_7.2.25.228.exe" Download-Software "14-Skype-8.100.0.203.exe" Download-Software "15-WeCom_4.1.8.6020.exe" Download-Software "16-QQ9.7.13.29149.exe" Download-Software "17-sogou_pinyin_guanwang_137.exe" Download-Software "GB2312-1.TTF" Download-Software "GB2312-2.TTF" Download-Software "GB2312-3.TTF" Download-Software "InstallFonts.bat" Download-Software "kaspersky.txt" Download-Software "OfficeSetup_x64-sc-language pack.exe"