Windows News and info 15th Anniversary 2009-2024
Other Operating Systems => Windows 8 => Windows 8.1 Help and How to | Activation => Topic started by: javajolt on March 04, 2014, 06:48:02 PM
-
If you ever need to print a list of files in a folder on your Windows computer, there are a few ways you can do it.
Print list of files in folder in Windows
1. Using Command Prompt
Open the folder whose list of contents you want to print. Hold down Shiftand right-clickto open the hidden context menu items. You will see Open command window here. Click on it to open a command prompt window.
(http://i58.tinypic.com/2nqsdjn.jpg)
Else simply type CMD in the address bar and hit Enter to open the command prompt window there.
In the CMD type the following and press Enter:
dir > List.txt
(http://i61.tinypic.com/r2j72t.jpg)
A notepad text file will be immediately created in this folder. Open List.txtand you will be able to see the list of the files in this folder.
(http://i59.tinypic.com/2h52rzo.jpg)
Alternatively, you could also use the cd/ command to change the directory from the User directory to Downloads directory as follows:
cd C:\Users\ACK\Downloads
2. Using Paint
Open the directory whos contents list you want to print. Selecet the Lists view. Press Alt+PrntScr. Next open the built-in Paint application. Click Ctrl+V to copy-paste the contents of the clipboard here.
(http://i58.tinypic.com/b3wm8i.jpg)
Now from the File menu of Paint select Print.
3. Use freeware
You can print the name of every file on a drive, along with the file’s size, date and time of last modification, and attributes, Read-Only, Hidden, System and Archive, with Karen’s Directory Printer. You can also sort the list of files by name, size, date created, date last modified, or date of last access. You can download it from its home page (http://www.karenware.com/powertools/ptdirprn.asp).
(http://i58.tinypic.com/34yoepd.jpg)
Simple File Lister (http://www.windows8newsinfo.com/smf/index.php?topic=25802.0) does the function of DIR command for Windows OS to get a list of files in a directory and save them with their attributes to user chosen .TSV, .CSV or .TXT formats, which you can then print. You can also select the File Attributes to be printed.
(http://i61.tinypic.com/zyejdi.jpg)
twc