home *** CD-ROM | disk | FTP | other *** search
- #%DESCRIPTION%|=|Shows your IP configuration using shell's "ipconfig" command
- #%TITLE%|=|IPCONFIG
- #%MESSAGE%|=|%1
-
- # ------------------------------------------------------------------------------
- # IPCONFIG script by A.I.Studio / Igor Afanasyev
- # ------------------------------------------------------------------------------
-
- require 'strings.lib'; # string routines
-
- # ------------------------------------------------------------------------------
-
- $s = `ipconfig`;
- $s = &ProcessDosResponse($s);
- print "MSG: $s\n";
-