Fix typo in Ethernet
This commit is contained in:
parent
7e112b0552
commit
a192f78dce
@ -155,7 +155,7 @@ echo.
|
|||||||
:setEth
|
:setEth
|
||||||
|
|
||||||
:: Print all network interfaces
|
:: Print all network interfaces
|
||||||
echo List of Avaliable Interfaces:
|
echo List of Available Interfaces:
|
||||||
echo.
|
echo.
|
||||||
wmic nic where 'NOT Manufacturer like "%%Microsoft%%" and PhysicalAdapter=TRUE and NOT Manufacturer like "%%Windows%%"' get Manufacturer,MACAddress,NetConnectionID 2>nul
|
wmic nic where 'NOT Manufacturer like "%%Microsoft%%" and PhysicalAdapter=TRUE and NOT Manufacturer like "%%Windows%%"' get Manufacturer,MACAddress,NetConnectionID 2>nul
|
||||||
IF NOT %ERRORLEVEL% EQU 0 (
|
IF NOT %ERRORLEVEL% EQU 0 (
|
||||||
|
Loading…
Reference in New Issue
Block a user