Reposting this everything I use it

@stevekwong.bsky.social
Reposted from Ugo Panizza
Stata trick for projects with many contributors/computers.

Put this at the beginning of your do file

if "`c(username)'" == "upani" global dir "C:\Users\upani\Dropbox\XXX\XXX "

if "`c(username)'" == "UPanizza" global dir "D:\Dropbox\XXX\XXX "

if "`c(username)'" ==...

h/t Steve Wong

Comments