Eclipse tool to generate apk in bulk?

Hi,
I am looking for some tool for Eclipse or otherwise which can be configured once with the keystore file and password and then it can generate apk for all projects in Eclipse workspace in one go.

Currently I have to repeat the steps of right clicking, Android Tools, Export Signed App, keystore pass, one more pass, Click finish

Any one automated this?

Nope, you could make one though! It could probably be quickly done with Visual Basic as the front end.

Keytool is the name of the file in the JDK folder (or JRE, I can’t remember).

Thank you for this lovely post.