4 lines
78 B
PowerShell
4 lines
78 B
PowerShell
Get-Date
|
|
Start-Sleep -Seconds 10
|
|
Get-Date
|
|
New-Item -Name test.txt -Value "Hi"
|