On Sun, 9 Mar 2003, David Banning wrote:

> I am running an Xwindow on a windows box. I need a script to
> tell me what my network address is so that I can set my DISPLAY
> varible correctly eg: 192.168.1.2:0.0
>
> Any idea what command would be useful for this purpose?

If I understand correctly and you want to identify the IP address the
Windows box is using while you are at that computer try entering either of
the commands from at a DOS
prompt:

arp -a | find "Interface"

or

ipfconfig | find "IP"

Cheers,

Viktor




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to