11
2
I'm trying to write a remote window manager so that I can control my open windows via bluetooth using anyremote. There's wmctrl for Linux that manages windows from the command line. Is there similar tool in Microsoft Windows? I.e. A command line based window manager for Microsoft Windows.
If there are existing command line hacks that I could use to get the list of open windows, and bring a certain window to the front and give it focus, let me know.
In my case, I've typed this command in cmd
title A; I've open another cmd, and typed this commandnircmd win close title "A"; Not working though – mr5 – 2015-08-27T02:58:08.853