January 1, 2005

WinTask - IPConfig

'
' IPConfig
'
' Author: Joe Strazzere
'

Write("d:joe.bat","ipconfig /all >d:joe.out")
shell("d:joe.bat")
read("d:joe.out",buf$)
msgbox(buf$,,"IPConfig")
kill("d:joe.bat")
kill("d:joe.out")