stophereareyou

Results 1 comments of stophereareyou

I used following code in new ahk file to sort wordlist ``` FileRead, text, WordList.txt if not ErrorLevel ; Successfully loaded. { Sort, text, F SortFunc FileDelete, WordList.txt FileAppend, %text%,...