ControlC
· Pastebin
Login
Register
ControlC
/
PS in een notendop: Script 1
PS in een notendop: Script 1
Pasted:
May 25, 2020, 8:11:05 am
·
Views:
59
Copy
New-Item -ItemType Directory -Path c:\data1
1..50 | ForEach-Object {New-Item -ItemType file `
-Path c:\data1 -name "File_$_.txt"}
Create new version