Im looking for something that will allow me to perform simple batch-type automation in the Win XP operating system.
I need to, for example, pre-pend the name of every folder a file is nested in to it’s filename.
So, before: blah\yep\dave\robert.txt
after: blah\yep\dave\blah_yep_dave_robert.txt
I would also like to change all the files to read-only mode.
I used to have a tool that did this but I forgot its name.
This can be done with a batch file: