> Don't set up the loggers in your script. Put it in a separate script; %run it > once at the start of your session; then %run your main script any number of times. You mean setting up a wrapper script arpund the main program?