Hi,
I wanted to show my IP address on a parallel 16x2 lcd on a windows server.
I tought the best way was to do this was to do this was to add to the startup list LCDinfo and after that a cmd command like this:
Code:
c:\>ipconfig > filename.txt
But the problem is how the program LCDinfo is going to read the correct line of this txt file that was created on c:\.
This is what is shown in this txt file:
Quote:
Windows IP configuration
Scheda Ethernet Connessione alla rete locale (LAN):
Suffisso DNS specifico per connessione: residential.fw
Indirizzo IP. . . . . . . . . . . . . : xxx.xxx.xxx.xxx
Subnet mask . . . . . . . . . . . . . : xxx.xxx.xxx.xxx
Gateway predefinito . . . . . . . . . : xxx.xxx.xxx.xxx
Scheda Ethernet Connessione rete senza fili:
Stato supporto . . . . . . . . . . . : Supporto disconnesso
Scheda Ethernet Bluetooth Network:
Stato supporto . . . . . . . . . . . : Supporto disconnesso
That's in italian, but i've underlined where the ip address is.
The program should read only this line.
PS:
I also would like to show the temperature of the processor, how can i do it?
Thanks!