nircmd/alive.bat

7 lines
98 B
Batchfile

@echo off
:loop
nircmd.exe movecursor 1 1
nircmd.exe movecursor -1 -1
TIMEOUT 30
GOTO :loop