Printing Folder Structure

F

Fuse - News

Is there a way to print the folder structure of a web.

An example of what we want to do:

We want to print a list of files in the web in this manner:

.../directory/2004/page_1.htm
.../directory/2004/page_2.htm
.../directory/2003/page_1.htm
.../directory/directory/images/site_images/image_01.jpg

and so on and so on.
 
S

Sparky Polastri

In some versions of FrontPage you might be able to print the "all files"
view from the Reports area or export it into HTML.

Otherwise, "dir /s *.* > list.txt" on the server command line should work,
or you can dig around in the file structure, I think there is a file in
there that has a list of all the files in it. (i forgot which)

Otherwise, it's screenshots.
 
S

Steve Easton

It takes a little "programming" and has to be done in Windows Explorer not
FrontPage

Windows 9x and ME:
http://support.microsoft.com/default.aspx?kbid=272623

Windows XP
http://support.microsoft.com/?kbid=321379

The one for XP also works in Windows 2000, however edit the registry using
regedit from the run box instead of regedt32.

hth

If I thought enough people would be interested I would program this in an
executable .exe install file.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
S

Steve Easton

Additionally, each folder ( subdirectory ) will have to be printed individually.
When you select the root web it will only print the directory names ( folder
names ) and then the files in the root.

hth

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
F

Fuse - News

This was just what I was looking for...

Thanks!



I use this cute little app:

http://www.majusoft.de/DirPrinting/index_en.htm

Its a freebie.

R.


| Additionally, each folder ( subdirectory ) will have to be printed
individually.
| When you select the root web it will only print the directory names (
folder
| names ) and then the files in the root.
|
| hth
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed..................
| ..............................with a computer
| | > It takes a little "programming" and has to be done in Windows Explorer
not
| > FrontPage
| >
| > Windows 9x and ME:
| > http://support.microsoft.com/default.aspx?kbid=272623
| >
| > Windows XP
| > http://support.microsoft.com/?kbid=321379
| >
| > The one for XP also works in Windows 2000, however edit the registry
using
| > regedit from the run box instead of regedt32.
| >
| > hth
| >
| > If I thought enough people would be interested I would program this in
an
| > executable .exe install file.
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ..............................with a computer
| > | > > Is there a way to print the folder structure of a web.
| > >
| > > An example of what we want to do:
| > >
| > > We want to print a list of files in the web in this manner:
| > >
| > > ../directory/2004/page_1.htm
| > > ../directory/2004/page_2.htm
| > > ../directory/2003/page_1.htm
| > > ../directory/directory/images/site_images/image_01.jpg
| > >
| > > and so on and so on.
| > >
| > >
| > >
| > >
| > >
| >
| >
|
|
 
Top