Capture the output of the Win9x ipconfig command, i.e.: my @results = `ipconfig`;
You will have to parse the results slightly. This command also lists other information that may be of interest. Dirk Bremer - Systems Programmer II - ESS/AMS - NISC St. Peters USA Central Time Zone 636-922-9158 ext. 8652 fax 636-447-4471 [EMAIL PROTECTED] www.nisc.cc ----- Original Message ----- From: "Jeff Slutzky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 13:32 Subject: Get IP Address > Is there a quick and dirty way to get the IP address for a Win9x PC? > > -------------------------------------------------------------------------- ------ > Jeffrey L. Slutzky > Manager System Administration > 402.501.4860 (Direct) > 402.850.4860 (Cell) > Affinitas - Latin for "Relationship" > Helping Businesses Acquire, Retain, and Cultivate Customers > Visit us at http://www.affinitas.net > ------------------------------------------------------------------ > 1015 N. 98th Suite 100 > Omaha, NE 68114 > ------------------------------------------------------------------ > > _______________________________________________ > Perl-Win32-Users mailing list > [EMAIL PROTECTED] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > > _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
