nircmd/alive.ps1
2023-10-20 08:55:10 +02:00

6 lines
104 B
PowerShell

while($true){
.\nircmd.exe movecursor 1 1
.\nircmd.exe movecursor -1 -1
Start-Sleep -Seconds 30
}