5 lines
140 B
Text
5 lines
140 B
Text
|
|
New-Item output.txt -ItemType File
|
||
|
|
New-Item \output.txt -ItemType File
|
||
|
|
New-Item docs -ItemType Directory
|
||
|
|
New-Item \docs -ItemType Directory
|