All Forums >> [Scripting] >> Post a VBScript >> Some file parsing and batch file stuff Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I have a batch file that does md5 encoding like this md5encoder.bat bunnyrabbit55 it returns the code like this 'bunnyrabbit55:fsad09swnksdf0sdi2sdfsdf84nsd'
I also have an xml file of users with format like this <users password="bunnyrabbit55" name="jim">
My goal was to parse the xml file and apply the md5encoder for each user. It creates a new xml file called users.enc.xml