You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
task arrangement
About this tag
The task arrangement tag on WindowsForum.com covers discussions about automating the layout and organization of application windows on the desktop. Topics include using batch scripts to tile or stack multiple windows, such as debugging windows in Windows 7, to achieve a specific arrangement after launch. These conversations focus on practical scripting solutions for window management without third-party tools, often addressing challenges like coordinating window positions and ensuring consistent tiling behavior. The tag is relevant for users seeking to streamline their workflow by programmatically controlling window placement in Windows environments.
I have a script (basic batch file) that launces 30 different kd windows and I want to have them tile on the desktop (or stack in win 7 terms) once they have all launched. Is there a command to do this or some kind of script? Those 30 windows will be the only ones open on the desktop.