Solved Maping out a Network drive folders

Tuxi

New member
Local time
6:24 AM
Messages
5
Hello,

I am working on a project for my office, I am to map out the contents of a network drive. I would essentially need a way of puting the file directories into a text file or something to that effect.

I am sure that there is a way to do it with a batch file, but it has been so long since I have touched dos that I wouldn't even remember where to start.

We have a batch file floating about that lists off files in a the folder you are currently in (I think)... not sure if that would help at all... I will eventually need to compile the contends of folders and subfolders...

In any event, I am hoping there is a faster way than going through folder by folder lol
 

My Computer My Computer

Computer type
PC/Desktop
OS
Win 7
In command prompt try
Tree /F

see if the output is suitable.

Or if you want a straight directory listing you could do
dir /s >files.txt

to save the output in that file. See dir /? for switches how to format the output.
 

My Computer My Computer

Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
That's great thanks very much!
 

My Computer My Computer

Computer type
PC/Desktop
OS
Win 7
You're most welcome.
b0220.gif
 

My Computer My Computer

Computer Manufacturer/Model Number
HP Media Center
OS
Windows 7 32 bit
CPU
AMD 5200+ dual core
Memory
2 GB
Graphics Card(s)
NVidia GeForce 6150SE 128 MB
Monitor(s) Displays
CRT
Screen Resolution
1280x1024
Hard Drives
500 GB Sata internal :

SIIG USB 3.0 docking stations w/WD Caviar Black 6 Gb/s drives
Keyboard
PS/2
Mouse
PS/2 Wheel Mouse
Other Info
SIIG USB 3.0 PCIexpress card.
Back
Top