Vdesk.MoveAll
Description
- Moves all windows on the source desktop matching the specified caption list to the destination desktop.
Syntax
- Vdesk.MoveAll(from_desk, to_desk, cap_list)
Parameters
- from_desk
- (mixed) source desktop, can be either:
- (string) desktop name
- (integer) desktop number
- to_desk
- (mixed) destination desktop, as per from_desk
- cap_list
- (string) comma-separated string caption
Keywords
- *
- means the current desktop when used with:
- means all windows, when used with cap_list
Examples
- Vdesk.MoveAll(2, "*", "=notepad,*explorer*")
- Moves all windows matching "=notepad" or "*explorer*" on desktop 2, to the current desktop.
Notes
- current prob's
- Windows not in cap_list hidden if they're on from_desk, but current desktop is to_desk.
- Minimised windows not moved when "*" keyword for all windows used.