Script to change size and position of a window

R

Roland

Hello NG,

I have a script like this:

***
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "explorer.exe E:\Installationen"
***

I run this script form an shortcut and it opens an explorer window.
This window should show at a particular position and size on the
desktop.

This position and size should not be changed, if I open the
same folder from another explorer window. (Explorer remembers
last view of the folder)

Is it possible? What must I add to the script?

Thanks for any response

Roland
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top