Basic command line command

Associate
Joined
11 Jan 2009
Posts
884
Hello,

when opening a program through the command line/batch file, is there a command to make the window open to specified co-ordinates?

Cheers
 
To my knowledge there is no direct way to do that from a batch file. It would be possible using VBScript and/or invoking non-trivial scripting using rundll and the Windows API.

The other option is to use 3rd party start programs like NirCmd, etc.
 
Last edited:
Back
Top Bottom