Download any File with CMD

preview_player
Показать описание
CMD command line
batch script
powershell
M.A.S_TECH
Рекомендации по теме
Комментарии
Автор

For all who want the code written down:


powershell -c $e=new-object net.webclient ; $e.proxy=[net.webrequest]::getsystemwebproxy();$e.proxy.credentials=[net.credentialcache]::defaultcredentials;$e.downloadfile('FILE, 'FOLDER')


For "FILE" paste the link in of the file you want to download and for "FOLDER" paste in the path to the folder you want the file downloaded to.

marcelmuller
Автор

Doesn't seem to work with zipped files. It downloaded an empty file.

TomasEloyLaurenzano
Автор

it would be great if you type code in the description section, thank you for this video <3 and thank you for flowers :D

HeshamALAhdal
Автор

Failed with the first word "Powershell"

blamm