Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Playlist creation under windoz

Playlist creation under windoz

From: David Reis <dlr_at_cbord.com>
Date: Mon, 6 Jan 2003 12:36:41 -0500

The following command line may be executed on any windows/DOS machine, and
will generate a playlist named "All_MP3s.m3u".

C:\MUSIC>dir *.mp3 /s /d /b >All_MP3s.m3u


dir === system directory command (like ls)

/s === will include subdirectories

/d === like wide format in a single column

/b === Bare format

> redirect to file named All_MP3s.m3u in current directory


Info only :)
Received on 2003-01-06

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy