i do something like this (& where es.ex2 is es.exe), ES.BAT:
Code: Select all
@es.ex2 -instance 15 %* -match-path -sort path
@es.ex2 -instance 15 %* -p -s -double-quote -n 1 > c:\out\sssGO.TXT
@es.ex2 -instance 15 %* -p -s -export-efu c:\out\sssGO.efu !\Windows\Recent file:
@es.ex2 -instance 15 %* -p -export-m3u8 c:\out\sssGO.m3u8 !\Windows\Recent file: distinct:name
like my m3u.bat: simply, START "" C:\out\sssGO.m3u8, which opens the .m3u8 in my media player)
is there a way to make something like that more efficient ?