Ctime
From PlcWiki
Comment:
Name = "Local Area Connection" is obtained in Network Connections by simple copying (F2, CTRL + C), in Czech Windows it is usually called 'Local Area Connection'. The problem is in diacritics because it has to be written not in the win1250 code page, but in ancient Latin2. Code page needs to be switched:
chcp 1250
netsh interface ip set address name = "Local Area Connection" source = static addr = 142.25.14.112 mask = 255.255.255.0
If you want to keep the old Latin2, download the PSPad. There is no better program.