Open Multiple File Shortcuts at Once
Open Multiple File Shortcuts at Once
Is there something that could be used to open several file shortcuts at once, or even an entire folder of shortcuts.
Re: Open Multiple File Shortcuts at Once
Scripting 
One of my scripts helped you out? Please donate via Paypal
Re: Open Multiple File Shortcuts at Once
ah..ok. how much? lol.
Re: Open Multiple File Shortcuts at Once
You should be able to just select them (lnk files?) and press Enter on keyboard.
Re: Open Multiple File Shortcuts at Once
only one at a time at the moment. I would have thought the same.
Re: Open Multiple File Shortcuts at Once
Are the lnk files all to files that would open in the same app?
Try set this tweak:
follow these instructions exactly on how to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak
Try set this tweak:
OpenAllSelectedInMultipleInstances=1follow these instructions exactly on how to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak
Re: Open Multiple File Shortcuts at Once
No...but some are.
Re: Open Multiple File Shortcuts at Once
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.
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; }Re: Open Multiple File Shortcuts at Once
Worked perfectly. Thank you so much.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; }
XYplorer Beta Club