2 lines
122 B
PowerShell
2 lines
122 B
PowerShell
New-Item -ItemType "directory" -Path "$HOME\Documents\PowerShell"
|
|
Copy-Item ".\profile.ps1" "$HOME\Documents\PowerShell\"
|