powershell download file
Invoke-WebRequest URL -OutFile c:\file.ext
powershell download file
Invoke-WebRequest URL -OutFile c:\file.ext
powershell and command
command_1 | command_2
powershell -file
# This command works like bash magic.sh
You have to create "magic.ps1" file and put some commands in there like
# flutter clean
# flutter pub get
To run it "powershell -File <FileName>"
both commads will run synchronously
first "flutter clean" will run
then "flutter pub get" will run
To use the powershell command you have to install extention of
the powershell in VScode
if you dont want to use powershell command you can use
bash command
get into git terminal & run "bash magic.sh"
this time file extention should be change ".sh"
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us