ControlC
· Pastebin
Login
Register
PS in een notendop: ForEach
Views:
38
Total 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"}
Copy all text
·
Create new version