Hi,

I want to open several programs at once and specify their window size
and screen position (just from the command shell or a quick start
shortcut). I know how to open the programs with for example a file
containing:

set ifShell = CreateObject("WScript.Shell")
ifShell.run """C:\Program Files\TADS 3\htmltdb3.exe""",1

However I have not been able to figure out how to set the window size
and screen position. I've read various references to window.open,
resizeto, etc. but nothing seems to work by trial and error and I
haven't found a basic tutorial on this procedure. Does anyone have
some pointers?

many thanks, George