Hello to all amiga dos script experts.
I have a quick question
I run a loop which outputs some stuff, mostly the same except the file it is working on
So, e.g.
Working on something.txt
Working on something-else.txt
etc.
How could I change the output to NOT print everything to a new line?
Instead I'd like the "Working on" part to stay and only the file part to change?
I know it's possible, I've seen it in action, but don't know how to achieve it.
I really want to get rid of those mile long logs, when I could have one summary at the end of the script
Thank you very much in advance