With the native NET command:
    NET VIEWor, to list the names only:
    FOR /F "skip=3 delims=\  " %%A IN ('NET VIEW') DO ECHO.%%Adelims is a backslash, followed by a tab and a space.
With the native NET command:
    NET VIEWor, to list the names only:
    FOR /F "skip=3 delims=\  " %%A IN ('NET VIEW') DO ECHO.%%Adelims is a backslash, followed by a tab and a space.

No comments