I'm trying to do something that I thought would be quite simple: Rename all attachments of a given extension.
Everything works except the actual rename. I can't figure out how to rename the files... Using Execute doesn't work, since it takes only up to 2 parameters, and I can't Execute, for example, "cmd.exe /c ren file.exe file.xxx".
I suppose I could Execute cmd.exe with a batch file, but then I'd have a command window flashing by every time a new message arrived. Not ideal.
Ideas, please?