Forum Moderators: phranque

Message Too Old, No Replies

Print folder structure?

         

Acternaweb

2:01 pm on Oct 21, 2003 (gmt 0)

10+ Year Member



I have a folder and I want to print the contes of the folder, but not the files. Can it be done?

Thanks

dragonlady7

2:26 pm on Oct 21, 2003 (gmt 0)

10+ Year Member



I've had terrible trouble with that. The boss asked me to print out a list of all the files I had in the folder. Well, I had to open up a notepad document and type over the names of the file.
My only other choice seemed, to me, to take a screen capture and print the image.
I don't know how this is meant to be done.

starglider

10:13 pm on Nov 27, 2003 (gmt 0)



The best way (in flexibility and output quality) would be just using STG FolderPrint Plus [folderprint.net ] (I'm the author). Use the Only Folders mode if you only need the folders. And then just press Print.

If you just need very simple output, you can drop to the command-line and type:
dir > file.txt

from the folder you want to print, and the data will go into file.txt. You can edit it on Notepad and print it from there.

For only the folders dir /a:d > file.txt should do the trick.