cmd - List all windows share folder details in a single command -


i know net share list shares , giving command net share <sharename> give details such has access on folder. there way or single command give details on shares in computer?

this except omit last status line. sure can take here.

for /f "usebackq skip=4 tokens=1" %s in (`net share`) (net share %s) 

Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -