I'm looking for a bit of help with a windows script or DOS batch file.
I'm sure it's quite simple but I'm not sure where to start.
What I'm, looking to do is take a csv file that has two columns, "Username","Password".
It will then take the password column, run it through a program called encrypt_pwd.exe then output the result of the file which is just a string to a new file called encryptedPassword.csv that is has "username","encrypted password".
An example of the file will simply be:
Phil,test
John,test2
Andy,test
Any help would be greatly appreciated.
Thanks,
Phil