Switches to the specified document (multiple items).
Switches to the specified EmEditor document. If the specified document is minimized, it will restore its normal size. This command consists of multiple menu items.
•Default Menu: Window > (document name)
•All Commands: Window > (document name)
•Toolbar: None
•Status Bar: None
•Default Shortcut Key: None
•From EEID_WINDOW_MENU through EEID_WINDOW_MENU + 255 (from 5376 through 5376 + 255)
editor.ExecuteCommandByID(5376 + i); // i is an integer from 0 through 255
editor.ExecuteCommandByID 5376 + i ' i is an integer from 0 through 255