GWERRORS-MAKE-WRAPPER.AWK
Generated on Tue Dec 05 17:39:06 Eastern Standard Time 2006 from GWERRORS-MAKE-WRAPPER.AWK
# Program : GWERRORS-MAKE-WRAPPER.AWK
# Purpose : Create launch file for GWERRORS
BEGIN {
monthday = strftime("%m%d", systime()-86400) ; # seconds in a day
parameter = monthday ;
print("@echo off") ;
print("rem Program: GWERRORS-WRAPPER.BAT");
print("rem Wrapper created by MAKE-GWERRORS-WRAPPER.AWK") ;
print("") ;
print("call gwerrors MTA " parameter) ;
print("call gwerrors POA " parameter) ;
print("") ;
print("rem EOF: GWERRORS-WRAPPER.BAT") ;
}
{ } # The main program (ha ha)
# EOF: GWERRORS-MAKE-WRAPPER.AWK
1 files processed.