I have a java application that writes a file. One of my command line parameters is the name of the file. I would like to set a run configuration in eclipse to name the file with the date and time, something like this:
MyFile_20121018113400.txt
Is there a way to do this in the Run Configurations menu?
EDIT: The date format doesn't have to be exactly that. I just want a unique filename for each time I generate the file.