A decade back, there was a discussion on .nfo file editors.
The conversion is too simple with AutoHotkey 1.1
Note: Notepad font needs to be a mono-spaced.
Code: Select all
; NFO file conversion
Text := FileOpen("desaster.nfo", "r", "cp437").Read() ; Read
FileOpen("desaster.txt", "w", "utf-16").Write(Text) ; Write
Before:
After
After