Windows command script that moves mouse cursor N pixels?

前端 未结 4 558
别跟我提以往
别跟我提以往 2020-12-05 08:39

I am trying to find out how to move the mouse cursor N pixels to some direction.... through a command script, since I cannot install anything on my computer.

I basic

4条回答
  •  心在旅途
    2020-12-05 09:35

    Search for NirCmd, and install it in C:\windows, and do:

    nircmd setcursor 100 50
    nircmd movecursor 10 10
    

    or another commands for clicks etc.

提交回复
热议问题