I am currently working for a small business where we save everything to a NAS drive that just appears like any computer would under network.
We're moving to a proper server and I would like to be able to print or save the tree of this drive so we can look at how all the files are organised.
ive worked out how to get the tree command to output the tree for a local drive on the computer to a .txt file using the command:
tree /A 'drive': >tree.txt
I can work out how I would make the drive the NAS drive on our network, is it possible? I have tried IP addresses and computer name in place of the C: etc or the drive but it always seems to try and access inside the computer
any help would be appreciated