Query re printing/saving.

L

Largo

How do I print the screen which shows the list of document in a folder eg a
list of albums in My Music folder?
 
G

Gyorgy Moldova [MCSE+I, MVP]

hit printscreen, start paint, edit-paste , file - print

that's all :)

hth
g
 
D

Don MI

A

ANONYMOUS

If the intention is to print the list of music files in a file then try
this:

1) go to the folder where the music files are from command prompt
e.g. run, cmd
cd C:\Documents and Settings\USERNAME\My Documents\My Music

2) type dir > Mylist.txt

3) now type: notepad mylist,txt

This gives you a brief summary of your files.

hth
 
Top