Is there a way to make a file and name it %file_name%
+.txt
basically i want to create a file and name it the content of a variable + "_temp.txt" and in the same directory.
then write to it the content of of another file without the first line. read that line
and write the content of the new file to the old one and continue that until no more lines are left and delete the new file.
does that make any sense?