open all items in list
Posted: 25 Oct 2013 20:55
I use this command to open all files in the list by MPC
but it doesn't work with QQPlayer
only the follow command work with QQPlayer ,but it open only one item "(selected & focused) list item"
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
Code: Select all
open "%programfiles%\K-Lite Codec Pack\Media Player Classic\mpc-hc.exe" "<curpath>"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>"=================
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