How do you print out the list of files in a folder? Please help?
-
This seems like such a simple task, yet I can't find out how to do it. I just want to print the list, not the actual files. I click on the folder and all the files that are in that folder are listed on my screen. I want to print that and that only, just the list. Print Screen doesn't work. I tried highlighting them and copying and pasting, no. Why can't I do this simple task? I searched help and they give me every thing but what I want to do. ??
-
Answer:
Iono you can always use that print screen button, go to paint, paste it, cut it out, and paste it on another paint document. Not sure if ur able to print just the list of files.
walk away at Yahoo! Answers Visit the source
Other answers
Download directory printer. It can help in printing file information (file name, file size date etc.) in a folder or a drive.. http://www.karenware.com/powertools/ptdirprn.asp To accomplish the task manually,please follow the undernoted steps. click start ,Run, type cmd , press ok. At a command prompt, locate the folder whose contents you want to list. For example, if you want to create a text file that contains a list of the contents in the Windows folder on drive C, type the following commands at a command prompt, and press ENTER after you type each command: cd\ cd windows Type the following command at a command prompt, and then press ENTER, where filename is the name of the text file that you are creating: dir > filename.txt For example, if you want to create a file named Windowsfolderlist.txt, type the following command at a command prompt, and then press ENTER: dir > windowsfolderlist.txt (At command prompt c:\ , type the full path leading to folder, whose file list is to be printed.Thereafter, add >foldername.txt , where foldername is to be substituted with actual folder name or any suitable name ) List file will be created in the respective folder on notepad as .txt file. You can print the contents from file menu of the created ,txt file. Hope it helps.
What you need a print out of the 'dir' command. You need to create a bat file. Open Notepad. Type out the command as given here. dir /b C:\"Folder Path">Filecounter.doc. (You have to enter the correct folder path in that space.) Save it as counter.bat. (Select 'Save As', and type the file name "counter.bat" with the quotes included.) Save it on Desktop. Whenever you double click that bat file the contents of the folder are saved on a document called Filecounter.doc.
Related Q & A:
- How do I upload multiple files into a folder?Best solution by Yahoo! Answers
- How do you print your contact list?Best solution by Yahoo! Answers
- How do I print out my list of contacts?Best solution by Yahoo! Answers
- How do I print green color if I will use a yellow color paper?Best solution by ehow.com
- How do I print my contacts list?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.