Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install a file from internet with command prompt

inside cmd:
>powershell -c "Invoke-WebRequest -Uri 'https://www.website.com/file.extension' -OutFile 'drive:pathfile.extension'"

inside powerchell:
>Invoke-WebRequest -Uri 'https://www.website.com/file.extension' -OutFile 'drive:pathfile.extension'
Comment

PREVIOUS NEXT
Code Example
Shell :: corewar 42 github 
Shell :: belgian keyboard layout ubuntu 20.04 
Shell :: how to validate a mobile number in shell script 
Shell :: go mod donwload from github 
Shell :: install sketchjs 
Shell :: failed at the node-sass@4.13.1 postinstall script. 
Shell :: create enumerated folders termina 
Shell :: libqtgui4 : Depends: libpng12-0 (= 1.2.13-4) but it is not installed 
Shell :: sudo yum install rh-python38 
Shell :: install fzf redhat 8 
Shell :: router dom react 
Php :: php console log var_dump 
Php :: php start session if not started 
Php :: php pretty print 
Php :: check directory exists in php 
Php :: drupal 8 add message 
Php :: php redirect 
Php :: htaccess post max size 
Php :: date now php 
Php :: laravel collection reverse 
Php :: php check method of http request 
Php :: a2dismod 
Php :: refresh seeder laravel 
Php :: Adding or Subtracting Time 
Php :: serve php file 
Php :: codegreper 
Php :: php save array to file 
Php :: open php.ini in ubuntu 
Php :: check the php version in ubuntu 
Php :: laravel keep old input 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =