ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Karen's Directory Printer - copy content of a directory to txt file or print it

<< < (3/4) > >>

SKA:
Curt: <Now where did I get this feature from? ?!>

Maybe from here:
http://www.theeldergeek.com/file_list_generator.htm

SKA

Renegade:
I posted a way to do this from your SendTo context menu:

http://renegademinds.com/TipsTricks/Dumpfileanddirectoryliststotextfiles/tabid/56/Default.aspx

This is basically it:

@dir %1 /A /S > c:\dirListing.txt
@echo Opening c:\dirListing.txt in Notepad (Close notepad to delete file)
@notepad c:\dirListing.txt
@echo Deleting c:\dirListing.txt
@del c:\dirListing.txt
@pause
--- End quote ---

Instructions are at the link above.

Curt:
Curt: <Now where did I get this feature from? ?!>

Maybe from here:
http://www.theeldergeek.com/file_list_generator.htm

SKA
-SKA (January 22, 2011, 11:22 PM)
--- End quote ---

It sure is the same.  :up:

But I didn't get it from that page, because mine has a "_" and a different location (not "C/WINDOWS/filelisting.bat", so where is it?), so someone has altered it for me.

Renegade:
Curt: <Now where did I get this feature from? ?!>

Maybe from here:
http://www.theeldergeek.com/file_list_generator.htm

SKA
-SKA (January 22, 2011, 11:22 PM)
--- End quote ---

I think I like that better -- Need to go back and read again -- back to work...

Curt:
[deleted] I read the wrong column

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version