[SOLVED] Switch to not show XY when called from CL
Posted: 04 Feb 2013 20:24
I just found a mildly hackish* way to open files listed by Everything (http://www.voidtools.com) via XYplorer, namely running
By doing this, XY opens the path contained in %1, reusing the current instance.
This works, except for XY window popping up when the code above is executed.
Would it be possible to add a CL switch so that XY window doesn't take the focus?
*: here's the reason for such apparently convoluted code, http://forum.voidtools.com/viewtopic.php?f=2&t=1643
Code: Select all
"C:\path\XYplorer\XYplorer.exe" /script="::open '%1'" /flg=2This works, except for XY window popping up when the code above is executed.
Would it be possible to add a CL switch so that XY window doesn't take the focus?
*: here's the reason for such apparently convoluted code, http://forum.voidtools.com/viewtopic.php?f=2&t=1643