i have two programs..
say 1) intermediate.c ( which creates and intermediate file )
2) result.c ( which creates final csv file)..
is it possible when i execute second program, first automatically generate the intermediate file which is being used in second program?