ControlC ControlC · Pastebin

PS in een notendop: Script 1

Views: 67Total Chars: 137
Created: 5/25/20 4:11:05AM 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