I have a series of files (*.mail, but they are essentially *.txt) in a single folder.
I would like a batch script to delete the first character (which should always be a "-") within each text file (so not editing the filename, but the file's content).
(Optionally it can delete all "-" characters in the text files, but I would prefer to just delete the first one).
I'd like this edited straight in the existing file, no output files, etc.
For now I have been using Notepad++'s "Find in Files"-function, which works well, but I would prefer a batch-based solution.
Can someone help me out?
Thanks!
