How to list all the Folder that Shared fully in a Drive
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Ex: I want to list all the Folder that shared or shared fully in my Drive. How to do? help me please ?? thanks
If you don't want to write any program for the same , try following. If you are talking about C or D drive, go to root of the drive & fire following command. "dir /S /ON /AD /B > AllFolder.txt" All the folder will be listed in AllFolder.txt
-
If you don't want to write any program for the same , try following. If you are talking about C or D drive, go to root of the drive & fire following command. "dir /S /ON /AD /B > AllFolder.txt" All the folder will be listed in AllFolder.txt