Folder/File List Program

Associate
Joined
20 Oct 2002
Posts
907
Hey guys

I would like a program that saves the exact folder and file structure of my drives as you see them in windows explorer.
Some kind of virtual image of my hard drive that I can explore, but obviously without the actual files being there!

Any suggestions?
All the best :)
 
If all you want is a list of files and folders in their structure then try:

START > RUN > tree C: /F > C:\filelist.txt

and you end up with something similar to:

C:\
| .htaccess
| .htpasswd
| .rnd
| bsmith.bak
| bsmith.log
| bsmith.pst
| enableanim.txt
| filelist.txt
| fsdiag.tar.gz
| ie6setup.exe
| info.txt
| login.bat
| odbcconf.log
| psshutdown.exe
| stansted_ping.log
| stan_ping.log
| temp.pst
| test.bat
| tmuninst.ini
|
+---bginfo
| 120406-01.ver
| BGInfo.bmp
| Bginfo.exe
| bgsettings.bgi
|
+---borther
| be2030.da_
| be2040.da_
| be2070n.da_
| bh2030.da_
| bh2030.in_
| BH2030.PPD
| bh2040.da_
| bh2040.in_
| BH2040.PPD
| bh2070n.da_
| bh2070n.in_
| BH2070N.PPD
| brbhl04b.dl_
| brbnl04b.dl_
| brbul04b.dl_
| brlhl04b.dl_
| brmd04.ex_
| BROHL04B.CAT
| brohl04b.dl_
| brohl04b.hl_
| BROHL04B.INF
| brqikmon.ex_
| brqikmon.hl_
| brsp104b.dl_
| brsp204b.dl_
| bruhl04b.dl_
| bw2030.in_
| bw2040.in_
| bw2070n.in_
|
+---cdf
| CdfView.exe
| traceprt.dll
| xmlhelper.dll
|
+---cisco
| .htaccess
| data1.cab
| data1.hdr
| data2.cab
| DelayInst.exe
| ikernel.ex_
| layout.bin
| Setup.bmp
| Setup.exe
| Setup.ini
| setup.inx
| vpn trace.txt
|
+---coppermine
| \---cpg146
| | addfav.php
| | addpic.php
| | admin.php
| | albmgr.php
 
Back
Top Bottom