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

I know how to get list of temporary files. how do I get list of files in my hard disc?

2006-12-27 01:36:54 · 2 answers · asked by Leonardis 1 in Computers & Internet Other - Computers

2 answers

Click Start, run the mouse up to Run. Type in CMD. At the prompt type in: tree/f

That will list all the files.

To find out what commands are available, at the command prompt type help. Then when you find he command you want type in the command/? For example the command tree. Type tree/? and it will show you two switches to use with tree. Another important command is chkdsk. Type in chkdsk/? to get the switches needed. For example for chkdsk to repair the drive you need the switch f. chkdsk/f

2006-12-27 01:47:25 · answer #1 · answered by pshdsa 5 · 0 0

1) open a DOS window (using the Start --> command prompt, OR, start run, followed by the letters "cmd" in the text box)
2) type the following:
cd \
dir/s >list.txt
notepad list.txt

2006-12-27 01:44:46 · answer #2 · answered by firefly 6 · 0 0

fedest.com, questions and answers