Currently, I just have three lines at the beginning of my do file. What do you think?
Code:
clear * use "xxx.dta" cd "xxx"
capture log close log using task_`=c(current_date)'_`=c(current_time)'.log ,replace text ... tasks log close
Comment