D
djc
I want to put together a batch script that will output a list of all
directories/files (with path info) that a certian user owns. A list of 'what
and where'.
I would think something like dir /q /s | find /i "username" would work for
me fine, no need to even make it a batch file... however when I run dir /q
on my server the column where the owner should be displayed only shows 3
dots, like this: ...
Why is this? When I use dir /q on my own desktop it displays the owner just
fine? My desktop is windows 2000 sp4 and the server is windows 2000 server
sp4.
any info is greatly appreciated.Thanks.
directories/files (with path info) that a certian user owns. A list of 'what
and where'.
I would think something like dir /q /s | find /i "username" would work for
me fine, no need to even make it a batch file... however when I run dir /q
on my server the column where the owner should be displayed only shows 3
dots, like this: ...
Why is this? When I use dir /q on my own desktop it displays the owner just
fine? My desktop is windows 2000 sp4 and the server is windows 2000 server
sp4.
any info is greatly appreciated.Thanks.