Page 1 of 1

Focus script issued from command line shows Computer folder

Posted: 05 Apr 2019 01:40
by mikeyww
The following command line works if XY is not running, but if already running, displays the Computer folder in a new tab.

Code: Select all

XYplorer.exe /script="::focus 'P2'"

Re: Focus script issued from command line shows Computer folder

Posted: 05 Apr 2019 01:48
by jupe
Yes that is normal behavior, you need to read the help file for the /flg=2 parameter, or use the new and superior /feed parameter which has been added in more recent versions.

OLD WAY:
XYplorer.exe /script="::focus 'P2'" /flg=2

NEW WAY:
XYplorer.exe /feed="::focus 'P2'"

This is not a bug, and I will move this topic once you reply.

Re: Focus script issued from command line shows Computer folder

Posted: 05 Apr 2019 02:17
by mikeyww
Worked! Thanks.