![]() |
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 |
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. |
Ok Thanks!!! I´ll try it :) |
All times are GMT +1. The time now is 10:58 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger