summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/FAQ7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/FAQ b/docs/FAQ
index dc0e28b408..318f905637 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -412,9 +412,10 @@ Q51: How can I make playlists on my PC?
412A51: There are many programs that can create .m3u playlists. WinAmp is one. 412A51: There are many programs that can create .m3u playlists. WinAmp is one.
413 Another simple method, that requires no extra software, is to use dir: 413 Another simple method, that requires no extra software, is to use dir:
414 414
415 cd f:\jukebox 415 dir /b /s X:\ > X:\allfiles.m3u
416 dir /b /s > allfiles.m3u 416 dir /b /s X:\Pop > X:\pop.m3u
417 dir /b /s \Pop > pop.m3u 417
418 ...where X: is your archos drive.
418 419
419 Linux users can use the 'find' command: 420 Linux users can use the 'find' command:
420 421