Printing Folder Structure

  • Thread starter Thread starter Fuse - News
  • Start date Start date
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.
 
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.
 
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
 
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
 
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.
| > >
| > >
| > >
| > >
| > >
| >
| >
|
|
 
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.
| > >
| > >
| > >
| > >
| > >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top