#WShell2.0
Rene,
No, WShell doesn't have any utilities that modify the size or position of
other shell windows. If you need to provide this sort of control, your
best approach would be to put a recognizable string in the window titlebar,
and then search for windows having the special string. The usual Intuition
calls could then be used to reposition the window.
Probably something as simple as "WShell %n" in the titlebar variable would
work fine …
-Bill