7 lines
98 B
Batchfile
7 lines
98 B
Batchfile
@echo off
|
|
:loop
|
|
nircmd.exe movecursor 1 1
|
|
nircmd.exe movecursor -1 -1
|
|
TIMEOUT 30
|
|
GOTO :loop
|