ControlC ControlC · Pastebin

PS in een notendop: Script 1

Pasted: May 25, 2020, 8:11:05 am · Views: 59
New-Item -ItemType Directory -Path c:\data1
1..50 | ForEach-Object {New-Item -ItemType file `
-Path c:\data1 -name "File_$_.txt"}