Saved Bookmarks
| 1. |
Solve : Print from Windows Explorer?? |
|
Answer» Any WAY to print out the list of all (or some of) my folders and files as shown in Windows Explorer (XP Home)? Try the 'print' command. In command prompt type 'print /?'It's not QUITE that SIMPLE, is it? I tried that and got this response: PRINT [/D:device] [[drive:][path]filename[...]] Here's way I know to do it. Open a Command Prompt. Navigate to the specific directory you want a list from. Then, at the prompt, type dir *.* >list.txt [or whatever name you want to give the file]. Then, just open it with Notepad and print it. |
|