Set The Window Position of an application via command line

前端 未结 8 1257
轮回少年
轮回少年 2020-11-27 14:39

I have an application which start in 0x0 position of my desktop. I want to open it in center of my desktop. I do not want to open it and use a move command to move it into c

8条回答
  •  伪装坚强ぢ
    2020-11-27 15:20

    If you are happy to run a batch file along with a couple of tiny helper programs, a complete solution is posted here:
    How can a batch file run a program and set the position and size of the window? - Stack Overflow (asked: May 1, 2012)

提交回复
热议问题