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 problem
Get a ready to run version of harbour from http://www.syenar.hu/harbour/
put in path and compile several. PRG & lib
hbmk2 test1 test2 testn -lmylib1 -lmylib2 -lmylibn
hbmk2 test1.prg test2.prg testn.prg mylib1.lib mylib2.lib mylibn.lib




2009/11/9 Edmer <eghorb...@yahoo.com>
>
> 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://old.nabble.com/How-to-get-the-IP-Address.-tp26263187p26263187.html
> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour



--
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to