Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/index.php)
-   General Talk And Support (http://forum.bsplayer.com/forumdisplay.php?f=8)
-   -   How to play 2 videos from command line (http://forum.bsplayer.com/showthread.php?t=3153)

AkirA 18th November 2003 08:03 PM

How to play 2 videos from command line
 
Does anybody know how to play 2 videos from command line or the parameters to create a playlist from it?

Thx from Spain

Marcel 18th November 2003 09:36 PM

You need these commands:

dir *.avi *.mpg *.mpeg *.wmv *.asf /b>a.bsl
start a.bsl

You could also create a batchfile with these commands and place it somewhere in the path.

If you encounter problems with special characters in the filenames (i.e. ?¤, ?¶, ??,...), you could use my q'n'd-app As2An, which converts the file from ASCII (created by the DIR command) to ANSI (read by BSPlayer).
This leads to:

dir *.avi *.mpg *.mpeg *.wmv *.asf /b>a.bsl
as2an a.bsl
start a.bsl

2 points about As2An:
- Read the doc. It's short, so read it.
- If a.bsl is 0 bytes long, it will throw an exception.

AkirA 18th November 2003 10:53 PM

Ok Thanks!!!
I´ll try it :)


All times are GMT +1. The time now is 11:43 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20