Guest User

Untitled

a guest
Jul 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. [System.Diagnostics.Process]::Start("calc").WaitForExit(10000)
  2.  
  3. Write-Host "Calculator has ended, or 10 seconds have elapsed."
Add Comment
Please, Sign In to add comment