Re: [Harbour] How to get the IP Address.

2009-11-09 Thread Massimo Belgrano
run in shell "Ipconfig > miofile" thern read miofile PROCEDURE Main    LOCAL cCommand := "Ipconfig > myfile.txt"     CLS     RUN (cCommand) open myfile.txt and search "Indirizzo IPv4"   return I notice that harbour is 100% compatible with clipper so you can recompile your source without prob

[Harbour] How to get the IP Address.

2009-11-09 Thread Edmer
Hi Guys, I know this is not the right place to ask this question but I'm quite running out of options. Are there third-party libraries/functions in clipper 5.2e that I could use to get the ip address of a particular PC (host name). Thanks in advance, Ed -- View this message in context: http:/