#1 : 31/12-21 07:07 baboolec
Posts: 8
|
hi
is it possible to check spelling in folder names? |
#2 : 01/01-22 09:53 David Lee
Posts: 1125
|
Not directly but you can save a list of folders to a file. Then open the file in Excel (or free equivalent) duplicate the list of files into a new column and spell check the copy. Save as a csv file with original folder names in column 1 and corrected names in column 2 and load the folders into Advanced Renamer using Import -> Files from CSV...
To save the folder list to a text file open a command prompt in the directory containing the folders and run the command dir /ad >folders.txt |