Sébastien Gaumin
Sébastien Gaumin
Hi @Teoxoy, please can you give an example of using vdesk with cmdow? Especially, how can you retrieve the reference of the window after opening it with vdesk? Thank you...
Thank you @Teoxoy for your quick response! On my side, I wrote this similar line for each software I want to launch: `vdesk on:2 noswitch:false run:"C:\Program Files (x86)\KeePass Password Safe...
For information, after some research I was able to position window by using an **AutoHotKey** script. Here is an example: ``` SetTitleMatchMode, 2 SysGet, mainMonitorWorkArea, MonitorWorkArea, 1 SysGet, secondMonitorWorkArea, MonitorWorkArea,...