Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 288 Bytes

Howitworks.md

File metadata and controls

25 lines (11 loc) · 288 Bytes

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