#!/apps/python/PRO/bin/python import sys, getopt, os for k in range(1,45): cmd = 'root -b -q \"mkrplt.C('+str(k)+')\"' os.system(cmd)