Can I prevent being prompted:
or am I bound existentially to give the allowance every restart?XYplorer was closed with this Quick Search tab open.
Click the icon to perform the quick search now
or am I bound existentially to give the allowance every restart?XYplorer was closed with this Quick Search tab open.
Click the icon to perform the quick search now
Hi’pnoah wrote:Can I prevent being prompted:or am I bound existentially to give the allowance every restart?XYplorer was closed with this Quick Search tab open.
Click the icon to perform the quick search now
Code: Select all
/script="::#1018;#1060;#802;#1018;#1060;"Code: Select all
xyplorer.exe /script="::while ($i++ < tab('get', 'count')) { seltab +; $t = tab('get', 'term'); if (regexmatches($t, '\?')) { goto $t; }}"
It wasn't about refreshing, the xy instance (3 quick searches, 4 normal tabs) was left with a single tab after invoking it with the script sequence :9I wonder what setting it is that may prevent it on your version?
Code: Select all
xyplorer.exe /script="::$c = tab(); while ($i++ < tab('get', 'count')) { $t = tab('get', 'term'); if (regexmatches($t, '\?')) { seltab $i; goto $t; }} seltab $c;"