If you want to list hidden jpg files, open a command prompt window
(maybe as admin to be sure to have full access) and enter

Code:
--------------------
    dir /a:h /s d:\music\*.jpg
--------------------

Of course replace d:\music with the path to your music folder. 

If you want to make them visible in Windows Explorer, enter

Code:
--------------------
    attrib -h /s d:\music\*.jpg
--------------------

There's also a global folder and search option to display hidden files.


------------------------------------------------------------------------
reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=106215

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to