nircmd/alive.bat

7 lines
98 B
Batchfile
Raw Normal View History

2023-10-27 17:38:13 +02:00
@echo off
:loop
nircmd.exe movecursor 1 1
nircmd.exe movecursor -1 -1
TIMEOUT 30
GOTO :loop