open all items in list

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

open all items in list

Post by yusef88 »

I use this command to open all files in the list by MPC

Code: Select all

open "%programfiles%\K-Lite Codec Pack\Media Player Classic\mpc-hc.exe" "<curpath>"
but it doesn't work with QQPlayer
only the follow command work with QQPlayer ,but it open only one item "(selected & focused) list item"

Code: Select all

open "%programfiles%\Tencent\QQPlayer\QQPlayer.exe" "<curitem>"
how to play all files with QQplayer?
=================
is it possible to write script doing that job:
1- select all items
2- execute the following command
[code]open "%programfiles%\Tencent\QQPlayer\QQPlayer.exe" "<curitem>"[/code]
3- cancel the selection

a simple solution without going into the complexities of the scripting

Post Reply