Need software that will display folder structure
Necropolis
Hawarden, Wales Icrontian
Hi Guys,
Does anyone know of any software that will allow you to get a drives folder names and export them into a .txt file.
What it is needed for is, with a company I do some work for he lets his staff get away with pretty much anything within reason. Problem is he never setup a disk space policy, so he wants me to go through his server and give him a list of all the stuff thats on there.
Now I dont fancy going through if folder by folder. He is going to remove the lines he wants to keep, and anything that is left on the list is to go.
Any suggestions?
Necropolis_uk
Does anyone know of any software that will allow you to get a drives folder names and export them into a .txt file.
What it is needed for is, with a company I do some work for he lets his staff get away with pretty much anything within reason. Problem is he never setup a disk space policy, so he wants me to go through his server and give him a list of all the stuff thats on there.
Now I dont fancy going through if folder by folder. He is going to remove the lines he wants to keep, and anything that is left on the list is to go.
Any suggestions?
Necropolis_uk
0
Comments
Type in command, or cmd depending upon windows version.
get to the root directory.
Type: "dir /s > whatever.txt" where whatever is whatever you want to name the file. Change it to "dir *. /s > whatever.txt" in order to get just directory names. It'll also put in any files without extensions. I dunno how well this works with long filenames tho.
That has saved me alot of time. Top marks for getting the answer to me so quick as well. Works file with long file names to.
I owe you a
DOS, simple yet effective.:D
I kind of miss the old DOS days... when I got my first computer, I read the DOS manual while I was at school because I missed my PC...
Still use dos for my networking commands tho, about the only thing I do nowadays.
Cheers
Might be an idea to put up a thread of useful dos commands. Never know when you might need them.
Cheers, all good stuff folks.
SPINNER