Hi.
We've got a routine procedure at work wherein we need to deal with file transfers between 4 different directories.
I can't script them because there is a daemon running in the background whose actions I can't predict, so everything has to be done manually.
So. I've got a button which opens two of the directories in the left and write listers...
Is there a command to open another layout where 4 windows total can be seen at the same time? As in TopLeft, TopRight, BottomLeft, and BottomRight?
I could always use the button to trigger an AutoHotkey script to do this, but would like to see if RAW commands will handle it as well.
Thanks