1 2 3 4 5 6 7 8 9 10 |
for(1) { [System.Windows.Forms.SendKeys]::SendWait("^%({right})") Start-Sleep -Seconds 3 [System.Windows.Forms.SendKeys]::SendWait("^%({left})") Start-Sleep -Seconds 3 [System.Windows.Forms.SendKeys]::SendWait("^%({down})") Start-Sleep -Seconds 3 [System.Windows.Forms.SendKeys]::SendWait("^%({up})") } |