I would like to open a program window, example the command prompt and move
its location on the screen. I would like to move it to the left corner or
right corner of the screen. I can use the RUN command to execute the program
- but it opens at any location on the screen, I need to force it to open on
the left hand or right hand corner - fixed location every time the vbscript
is run.
Thanks in advance.

Re: move program window location after opening by gratemyl

gratemyl
Sun Aug 13 08:57:09 CDT 2006


Goldeneye wrote:
> I would like to open a program window, example the command prompt and move
> its location on the screen. I would like to move it to the left corner or
> right corner of the screen. I can use the RUN command to execute the program
> - but it opens at any location on the screen, I need to force it to open on
> the left hand or right hand corner - fixed location every time the vbscript
> is run.
> Thanks in advance.

Could you give more information as to the reason for wanting to do
this?

If you just want to automate some procedure in the window, take a look
at AutoIt [ http://tinyurl.com/4ntby ].

-Jerome Baum