#! /usr/bin/python # stampa import os,sys nomefile=sys.argv[1] fonttesto='-f Times-Roman@8' data=r'||%D{%y%m%d-%H.%M}' intestazione="-b '%s $N $%%/$='" %(data) fontintestazione='-F Times-Roman-Bold@7' comando='enscript -i 2c %s %s %s %s' \ %(fonttesto,intestazione,fontintestazione,nomefile) os.system(comando)