you could do something like this...

code:
$adapter=split(WMIQuery("Name","Win32_PerfRawData_Tcpip_NetworkInterface"),"|")
$speed =split(WMIQuery("CurrentBandwidth","Win32_PerfRawData_Tcpip_NetworkInterface"),"|")

for $loop=0 to ubound($adapter)
? $adapter[$loop]" "val($speed[$loop])/1000000
next

_________________________
How to ask questions the smart way <-----------> Before you ask