.NFO file conversion is easy!
Posted: 04 May 2021, 14:51
https://en.wikipedia.org/wiki/.nfo
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.
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