QUOTE(greynol @ Nov 2 2007, 07:51)

QUOTE(xulama @ Nov 2 2007, 01:38)

Greynol... Help! Pleeeeez
With Synthetic Soul and smok3 on the scene, you should be more than ok.

EDIT: Didn't know that the drive and path weren't necessary for the destination on a rename operation. Thanks!
You're so right, they took gooooood care of me!
@Synthetic Soul!
Awesome! I knew you could set me strait with this and it works beautifully!! (that && thing is gold!) Thank you!!!

(hey, where's the little smily that bows in worship when you need him!?) Anyway, I can't thank you enough; you really helped me out
QUOTE
... but then, why not just append the GX when you create the MP3 - if you know that you are going to put it through MP3Gain?
That's probably what I'll end up with eventually but, for now, I just want to keep them seperate for testing purposes.
@smok3!
QUOTE
yes, that would do, addition would be checking if replaygain exited without error and then only renaming songs that were actually replaygained.
That's so cool, I didn't know that was even possible!! Great insight and advice! Thanks for your help and guidance in this.
OK, to recap, I can now take any .wav file and with a right click, choose Encode to Mp3 with Lame (any version and configuration I set up) Currently I have 3.90.3 and 3.98b3 setup with differant configurations for differant tasks and testing. As the file is encoded to .mp3 it's also renamed with a tag code that tells me which version/ config settings were used. Now I can right click on any of these resultant .mp3 files and choose to apply Mp3Gain with set options and after gain is applied (and checked!), the new file is renamed with an additional 'GX' tag to show me the file has gain applied! Wow! What can I say, Thanks again guys!
Here's the final batch script (modified to allow 'generic' renaming with Mp3Gain):
CODE
"C:\Program Files\MP3Gain\mp3gain.exe" -a -k "%~dpn1.mp3" && REN "%~dpn1.mp3" "%~n1 GX.mp3"