scripting - Present a default window layout on startup in Windows 7 -


As part of an experimental control system Win7 uses PC's 4 windows simultaneously in question, And I want to open these 4 windows with a script, look at the situation and size away.

The script runs initially, so that the newly-booted PC presents the user as the default of four windows.

Obviously I can use a batch file in the startup folder to open windows and run applications, but is there a way to specify the layout of these windows?

Many thanks

C

You have access to a scripting language that supports calling Windows API functions, it should not be very difficult. Otherwise, I suggest writing a small executable in some languages ​​(at least any C + +, C # or VBnet will do all the work) and do so.

You have been described as FindWindow , as described in windows and move windows , to move them.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -