Actually the cool thing with command prompt in the later versions of windows is you can type cd beginning of directory then hit the tab key and it will match the first directory name with those matching letters. Subsequent tabs gets the next matching name.
This matching also works if you want to run a file in the current directory - type the first letter, then tab.
So to change to the "my music" directory you could type cd My[TAB]
Also, you could do the dir of the d:\mp3 from the default by typing
dir d:\mp3\*.* /s /b > songs.txt
This way the songs.txt file will end up in c:\Documents and Settings\...
/end of command prompt nerdiness.
__________________
who hid my keyboard's PANIC button?
|