Answers for "powershell add directory"

8

powershell new folder

New-Item -ItemType directory -Path C:\Scripts\newDir
Posted by: Guest on June-20-2020
-1

add to path windows powershell

setx PATH "$env:path;\the\directory\to\add" -m
Posted by: Guest on April-25-2021

Code answers related to "powershell add directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language