I'm working on Hounds of the Meteor.
The file structure is a bit awkward--there's multiple .txt files within a folder which is within another folder.
So, for example, I'd have
1.txt
2.txt
3.txt
inside a folder called [Talk1].
Then the folder structure is:
Talk1
Talk2
Talk3
Inside a larger folder called:
TalkScene
Currently, I highlight the 3 txt files, drag them to Notepad++, then manually translate. However, this is a bit slow, especially as I have to go through many [subfolders].
Dragging the subfolders into Notepad++ doesn't work too well--while it does display them and their directory tree, I still have to manually click each .txt file, so it's basically another windows explorer.
Is there a faster way to open all the txt files within a subfolder within a subfolder within a subfolder without manually having to search through each one?