Is it possible to move a window by for example 200 pixles downwards, or similar?
I have only found the WinMove command, but it requires an fixed location, instead of just moving the window a bit downwards for example.
So if I wanted to move the calc downwards a bit in the below example, how would I go about doing that?
Run, calc.exe WinWait, Calculator WinMove, xxxx? Thanks!