Topic: [Wish] Command line parameter /L "list of files"
Hi,
how can i start Siren in command line mode
with an favorite as parameter
and execute this on a few files at once?
I can use
/R /Q /A favorite file1.ext file2.ext file3.ext ...
but i need
/R /Q /A favorite /L files.lst
to use a list of files as parameter.
For example:
C:\Test>Dir /A /S *.txt >files.lst
files.lst
C:\Test\abc\file-0ne.txt
C:\Test\abc\file-two.txt
C:\Test\1.txt
C:\Test\2.txt
...
Advantage:
1.) This way one could build a list of files as text file and execute the favorite to all the files in that list.
2.) And this way one could have a list of always the same file name to execute.
3.) We could make batch files:
@ECHO OFF
C:
CD MyWebSides
Dir /A /S *.html >files.lst
WAIT
Siren /R /Q /A favorite_lower_ALL /L C:\MyWebSides\files.lst
4.) We could use this in Total Commander:
Siren /R /Q /A favorite /L %L
Can you please implement such an function?
greeds
Stefan