schlitz100
Junior Member
Posts: 8
Registered: 7-3-2003
Member Is Offline
|
posted on 10-9-2003 at 02:25 PM
|
|
|
Anyway to prevent eJukebox from changing mp3 files?
I have my mp3 files the way i want them. eJukebox is going thru and either changing names and ID3 tags and it drives me nuts. eJukebox is not the only
program i use to listen to my mp3s and it's causing disorganization with other programs.
I guess i could set all 4800+ mp3s to read-only... is there an easy way to protect 4800+ in 500+ folders (which are in 200+ folders in on parent
directory.
Thanks
|
|
cbsoundman
Member
Posts: 105
Registered: 4-10-2003
Location: St. Louis, MO USA
Member Is Offline
|
posted on 10-9-2003 at 06:51 PM
|
|
|
From a DOS prompt on the root of the drive you are talking about, you can set all MP3s to read-only by the following command:
ATTRIB +R *.MP3 /S
|
|