English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-06-25 07:42:09 · 4 answers · asked by Philip N 1 in Computers & Internet Programming & Design

4 answers

Start - Run and enter cmd ~ then click OK.

type in at the prompt

DIR C:\ /s > C:\FILENAME.txt

DIR = directory listing
C:\ = Target drive you want the listing from
/s= list all sub folders and files
> = Output results to file
C:\FILENAME.txt = locations and file name to which you output the results.

This dumps the listing into the file FILENAME.txt on the C:\ drive.

2007-06-25 07:48:01 · answer #1 · answered by Jeremie I 4 · 2 0

I'd imagine one could open each directorie/subdirectory and then select all contents and then select print.

2007-06-25 07:47:33 · answer #2 · answered by Beck92 4 · 0 0

i think of, in case you stick to the advice of one of the different answerers to View, elect all, and print, your pc will start to print the data themselves. i needed this ability and won a solution from MMVP (Microsoft maximum expensive experts). Their suggestion worked. It had to be executed by way of Outlook. version 2000. I certainly have not yet mastered it in Outlook 2003 yet i'm engaged on it. In Outlook 2000: a million. make particular the Outlook Bar is lively (View, Outlook Bar) 2. click different Shortcuts 3. elect the itemizing (as an occasion, My records or in spite of) 4. click View and customize it on your liking 5. record 6. Print. in case you ever confirm the thank you to do it in Outlook 2003, i could get excitement from understanding approximately it. The programmers have, of their endless know-how, taken away the Outlook Bar.

2016-11-07 10:22:52 · answer #3 · answered by ? 4 · 0 0

If you have a printer attached to your PC's parallel port, then you could redirect it to "LPT1", instead of the filename like the person mentioned above. If the printer is attached to your first serial port, then it would be "COM1" instead.

So, it would look like this:
dir /s c:\ > LPT1


If you were on *nix, it would looks something like this when redirecting it to a file:
ls -al $HOME $HOME/mydirlist.txt
:)

2007-06-25 08:46:36 · answer #4 · answered by Chris C 7 · 0 0

fedest.com, questions and answers