select "files" f2 = fopen("E:\my.txt", "w") f = "my data" writeText(f2,f) flush(f2) fclose(f2)