How to print out an entire Windows directory listing
Windows does not have a feature for printing out a directory listing. So, here’s how to print out a listing.
Double click on the folder you want the listing of and find the pathname at the top of the folder. It will probably start with a c:\Documents and Settings\yourname\My Documents\morepath.
Select the command prompt from the Start/Accessories menu.
c:> cd c:\Documents and Settings\yourname\My Documents\morepath
c:> dir > listing.txt
Then go back into your folder and look for the file called listing.txt. Double click on it and it will open in Notepad. Select Print from the File Menu.
Labels: directory, DOS, folder, listing, redirect, virtual assistant, Windows

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home