hello I am trying to have a cursor left click and hold from a batch file. I am using the command nircmd movecursor X Y
to move the cursor I just need a way for my mouse to left click and hold it. an example would be to move a window in windows using this script
@echo off
nircmd.exe setcursor X Y ::move the cursor into position
left click and hold
nircmd.exe movecursor X Y ::move the window into position
what I am trying to do specifically needs a setup like this. I can use other languages if that would be easier. Thanks