Thanks Quietseb! :D
let's say that i am playing 2 files as you had said as below. i presumed that the "-eend" command is placed at "bsplay "c:\anime\RurouniKenshin-02.avi" -fs -stime=120" line? do i stand correct?
if you want that for several videos, maybe a batch file with something like:
Code:
bsplay "c:\anime\RurouniKenshin-01.avi" -fs -stime=120
bsplay "c:\anime\RurouniKenshin-02.avi" -fs -stime=120
(assuming you allow only one bsplayer instance; otherwise add the -eend switch)
I can't think of any other way to do that for every video :-/[/quote]
Btw, it seems that it has a option of start time.. not finish time.. strange huh? anyway, thanks again!