Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell create file and directory

New-Item -Path '.hello	estfile.txt' -ItemType File -Force
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #powershell #create #file #directory
ADD COMMENT
Topic
Name
4+9 =