Auto-Select first item causing issue

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
highend
Posts: 14975
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Auto-Select first item causing issue

Post by highend »

exists() doesn't return a true / false boolean

Show the result of:
text exists("%SystemRoot%");

And btw the short form of your script is:

Code: Select all

$app = "%SYSTEMDRIVE%\Program Files\WinDirStat\WinDirStat.exe";
    $target = (exists(<curitem>) == 2) ? <curitem> : <curpath>;
    run """$app"" ""$target""";
One of my scripts helped you out? Please donate via Paypal

SaiKarthik
Posts: 34
Joined: 05 Aug 2023 17:32

Re: Auto-Select first item causing issue

Post by SaiKarthik »

Thank you.

Post Reply