hi guys, using automator i would like to have my txt-file splitted in several txt files... this is what the original txt-file could look like:
now, i would like to run an applescript that saves "this is line 1" to "example.txt" in the same folder the original txt-file is located, save "this is line 2" to "line2.txt" in the same folder... and so on.
i hope somebody out there can help me... thanks!
Code:
this is line 1
this is line 2
this is line 3
and finally line 4
now, i would like to run an applescript that saves "this is line 1" to "example.txt" in the same folder the original txt-file is located, save "this is line 2" to "line2.txt" in the same folder... and so on.
i hope somebody out there can help me... thanks!