English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-04-09 09:28:04 · 2 answers · asked by mshekerov 2 in Computers & Internet Other - Computers

2 answers

What operating system are you using? On a UNIX/Linux system, you can do the following:

find ./ -type d > /tmp/directorystructure.txt

On MS Win32, you can try:

dir /ah /s > C:\Temp\directorystructure.txt

2007-04-09 09:34:05 · answer #1 · answered by Jim Maryland 7 · 0 0

If you are using windows, go to Command Prompt (click START, RUN, type CMD, and press OK)

On the command prompt use the CD command to navigate to the folder of interest.

Type:

dir >list.txt

or

dir/o/b >list.txt

and the folder (and file) list is saved in list.txt

2007-04-09 17:24:25 · answer #2 · answered by a_azmel 2 · 0 0

fedest.com, questions and answers