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)?

Thanks in advance for your help! --DennisTry the 'print' command. In command prompt type 'print /?'
I think it only prints .TXT files though.This MAY help (Printfolder).
Hope that helps, and kudos to WillyW.Quote from: Carbon Dudeoxide on March 31, 2007, 07:33:56 AM

Try the 'print' command. In command prompt type 'print /?'
I think it only prints .txt files though.
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.


Discussion

No Comment Found