Basic logic:
New-Alias
name?
value?
alias name is: and contains a value(command) of:
example:
New-Alias "clr" cls
clr would be the same as cls(Clear-Host)
Clear host is bassically cls(this comes with powershell
Basic logic:
New-Alias
name?
value?
alias name is: and contains a value(command) of:
example:
New-Alias "clr" cls
clr would be the same as cls(Clear-Host)
Clear host is bassically cls(this comes with powershell