DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

zixp's picture

Unregistered

Feeds

aliases

  • zixp

zixp

5 years ago

in Send Listing of Directory or Folder To Notepad For Easy Printing | Windows | Tech-Recipes on Tech-Recipes
There is a much easier way to get your directory listing into a text file:

Open the command line
"cd" to the directory you want
type "dir >> "C:Your_Text_File.txt"

Thats it, it will create your text file with the directory listing. Better yet, you can use ">>" with any other commands, all it does is direct the output to a text file.
Returning? Login