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