I'd like to replace all the file names in my mp3 directory without $chr(95)'s. I can't get $replace to work. I am using $replace($findfile(%music.dir),$chr(95),$chr(32)) It's not working. I want EVERY file in mp3 format to be removed of all underscores($chr95). It's been about 4 years since I've really touched any scripting, so I'm a lot rusty. be patient as it'll take me a while to get back in the flow of things.