So far this is the command I use :
Z:\>dir /AL | findstr 19223/12/2023 10:25 <SYMLINKD> CLAYNET [\\192.168.1.10\CLAYNET]23/12/2023 10:25 <SYMLINKD> projects [\\192.168.1.10\CLAYNET\homes\andi\projects]
I want to create a batch (.bat) file to get this folder list but I want to remove other column information like date/time etc on the left . I want to see only this :
CLAYNET [\\192.168.1.10\CLAYNET]projects [\\192.168.1.10\CLAYNET\homes\andi\projects]
I posted similar question a week ago - but the answer is not working :Show only folder name with the link information via Windows DIR