Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell download a file from url

$Link = "https://www.7-zip.org/a/7z1900-x64.msi"
$WebClient = New-Object System.Net.WebClient
$WebClient.DownloadFile("$Link","$env:USERPROFILEDownloads7zip1900.msi");
Comment

PREVIOUS NEXT
Code Example
Shell :: how to generate ssh key in linux 
Shell :: git reset to latest commit 
Shell :: install adobe reader on ubuntu 
Shell :: how to remove all files except one in linux 
Shell :: nmcli connect wifi 
Shell :: fish shell add to path 
Shell :: installing star aligner in macos 
Shell :: listen tcp 127.0.0.1:8001: bind: address already in use 
Shell :: error: pcap library not found! 
Shell :: ubuntu install webstorm 
Shell :: install readline-sync 
Shell :: react-native clean and rebuild 
Shell :: valet: command not found 
Shell :: bashrc file location in linux 
Shell :: ssh github generate key 
Shell :: docker logs last 10 lines 
Shell :: ubuntu install without suggested packages 
Shell :: how to uninstall neovim on linux 
Shell :: pipgui install 
Shell :: how to stop docker service windows 
Shell :: plasma 
Shell :: git update upstream url 
Shell :: install angular 
Shell :: ubuntu echo create file 
Shell :: ngx translate install 
Shell :: extract tar.gz ubuntu terminal 
Shell :: alpine linux free port 
Shell :: ubuntu open directory from terminal 
Shell :: kubectl install ubuntu 20.04 
Shell :: where to find .bashrc on mac 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =