The Mudcat Café TM
Thread #158284   Message #3741847
Posted By: GUEST,Grishka
05-Oct-15 - 03:51 AM
Thread Name: Tech: Table of Contents (Windows)
Subject: RE: Tech: Table of Contents (Windows)
1. Open a command prompt

2. Type

cd

add a blank, add the complete path of your "My Documents" folder in quotes, something like (I think)

cd "\Documents and Settings\michaelr\My Documents"

finish with the Return key; make sure that no error message appears.

3. Type

dir /b > ListOfSongs.txt

finish with the Return key.

4. Type e.g.

notepad ListOfSongs.txt

finish with the Return key.