home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / OOPS / TCPINFO.EEK < prev    next >
Encoding:
Text File  |  1998-06-22  |  428 b   |  14 lines

  1. @echo off
  2. echo *.EEK files are treated in the same way as *.OOK files, but IP address,
  3. echo nameserver, gateway and netmask are passed as four command line arguments.
  4. echo This can be useful for calling small DOS TCP/IP utilities, which require
  5. echo some of these parameters to run.
  6. echo.
  7. echo Current TCP/IP settings are:
  8. echo IP address: %1
  9. echo Nameserver: %2
  10. echo    Gateway: %3
  11. echo    Netmask: %4
  12. echo.
  13. pause
  14.