The program starting location can be specified in windows, once the exe is created.  So every time the program starts it goes to the same spot.
I have need to specify where other windows locations start.  IE: shelling out to cmd, $console and such.
Proposal: Instead of just $console and a window pops up somewhere.  $console (125,200) would open a console with the upper left corner at PEL location 125,200
instead: shell "something to run".  shell locate(125,200), "something to run".
and if possible "cls (125,200)"  would do the same as above.
I just hate to relocate windows every time I start a program with multiple windows.
I have experimented with changing locations.  But widows is dumb, it will locate all consoles and such to the same spot.  Irrelevant to which program started it.