SET date = %date SETLEFT month = date 2 SETMID day = date 2 4 SETRIGHT temp = date 2 SET year = "20" SET year &= temp SET filedate = month SET filedate &= day SET filedate &= year DISPLAY filedate SET filename = "TestFile_" SET filename &= filedate SET filename &= ".txt" DISPLAY filename