ControlC ControlC · Pastebin

PS in een notendop: ForEach

Views: 38Total Chars: 136
Created: 7/27/20 6:16:47AM ET
Self Destructs: Never
New-Item -ItemType Directory -path c:\data1
1..50 |ForEach-Object {New-Item -ItemType file `
-Path c:\data1 -Name "File_$_.txt"}
·Create new version