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