Open Multiple File Shortcuts at Once

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
mikeshick
Posts: 158
Joined: 06 Jul 2020 10:28

Open Multiple File Shortcuts at Once

Post by mikeshick »

Is there something that could be used to open several file shortcuts at once, or even an entire folder of shortcuts.

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Open Multiple File Shortcuts at Once

Post by highend »

Scripting :party:
One of my scripts helped you out? Please donate via Paypal

mikeshick
Posts: 158
Joined: 06 Jul 2020 10:28

Re: Open Multiple File Shortcuts at Once

Post by mikeshick »

ah..ok. how much? lol.

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Open Multiple File Shortcuts at Once

Post by jupe »

You should be able to just select them (lnk files?) and press Enter on keyboard.

mikeshick
Posts: 158
Joined: 06 Jul 2020 10:28

Re: Open Multiple File Shortcuts at Once

Post by mikeshick »

only one at a time at the moment. I would have thought the same.

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Open Multiple File Shortcuts at Once

Post by jupe »

Are the lnk files all to files that would open in the same app?

Try set this tweak:

OpenAllSelectedInMultipleInstances=1

follow these instructions exactly on how to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak

mikeshick
Posts: 158
Joined: 06 Jul 2020 10:28

Re: Open Multiple File Shortcuts at Once

Post by mikeshick »

No...but some are.

jupe
Posts: 3292
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Open Multiple File Shortcuts at Once

Post by jupe »

When you select multiple normal non lnk files and press Enter does it open them all in that circumstance?

Try that tweak anyway, then retry with Enter.

Anyway, here is a very basic bare bones script that should work on selected files if "File | Open Selected Item(s)" doesn't either.

foreach($f, <selitems |>) { open $f; }

mikeshick
Posts: 158
Joined: 06 Jul 2020 10:28

Re: Open Multiple File Shortcuts at Once

Post by mikeshick »

jupe wrote: 14 Jan 2025 01:43 When you select multiple normal non lnk files and press Enter does it open them all in that circumstance?

Try that tweak anyway, then retry with Enter.

Anyway, here is a very basic bare bones script that should work on selected files if "File | Open Selected Item(s)" doesn't either.

foreach($f, <selitems |>) { open $f; }
Worked perfectly. Thank you so much.

Post Reply