Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while($true)
- {
- Write-Host "Starting cycle $i"
- $i++
- for($i=1
- $i -le 10
- $i++){
- & 'C:\tools\Devcon.exe' /Rescan
- Start-Sleep -Milliseconds 5000
- }
- Start-Sleep -Milliseconds 50000
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement