If you multiple files, then they will need to be different names right? Assuming they are enumerated like table1.txt etc, then
loop(x,1,3){impasc fname:=c:\mydata\table$(x).txt options.impmode:=3}
You can google "originlab impasc" to read more. Or about $(x), "originlab labtalk substitution"
CP