printing list of music

  • Thread starter Thread starter Guest
  • Start date Start date
-----Original Message-----
does anyone know a way i can print off a list of all the files in my music
cut and Ctrl+v to paste or of course use the mouse and
high light cut and paste?
 
steve said:
does anyone know a way i can print off a list of all the files in my music

If you want to get a list of music (or any files) in a particular
folder "My Music", as opposed to a list of the music in the WMP
database, just run some command-line requests:

<from My Music folder>

dir > list.txt

open list.txt in Notepad and print it.

If you actually want to do WMP database, then see
http://www.nwlink.com/~zachd/pss/pss.html#printplaylists
 
steve said:
does anyone know a way i can print off a list of all the files in my music

I've been researching this for a while now and I have finally found a way to
do it. Highlight your entire list to enqueue in winamp, then go to misc. and
convert files to html file then print the page that pops up. Any list in
winamp enqueue will convert using the misc. after converting, just clear
playlist. Not sure how mamy songs enqueue will hold but I've done 712 at one
time
 
There is a vbs script at my web site. Just drop any directory on it and all
id information will be placed in a tab delimited file. Just open it in any
spreadsheet and sort and format. Edit the script to change the path to the
output file (it will create it) before using it.

http://www.dcsi.net/~denmarks/listdir.vbs
 
Back
Top