This application wraps the Odin MRI simulator. The Odin code source is available at http://od1n.sourceforge.net/*----------Beginning of Beanshell------------*/
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
DateFormat dateFormat = new SimpleDateFormat("dd-MM-yyyy_HH:mm:ss");
String result = dir.toString()+"/"+(dateFormat.format(System.currentTimeMillis()));
/*------------End of Beanshell------------*/