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