Button to open 3 windows (not in tab form)

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

Save the windows into a layout (Settings -> Lister Layouts) and then use a command like this:

Prefs LAYOUT="Whatever you called your layout"

multiple listers in one layout?
That would be perfect, but I thought it dien't store window positions. Here - let me try...

That's the whole purpose of layouts. :slight_smile:

well look at that...
SAVE ALL OPEN LISTERS
I'm going to run around and celebrate

Thanks