alias mp3list2 { write -c mp3list2.txt write mp3list2.txt -=-=-=-=-=-=-=( $ME $+ 's Shared Files )=-=-=-=-=-=-=- write mp3list2.txt $crlf write mp3list2.txt -=-=-=( Music Files )=-=-=- write mp3list2.txt $findfile(%NMP3.dir,*.mp3,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.wma,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.wav,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $crlf write mp3list2.txt -=-=-=( Video Files )=-=-=- write mp3list2.txt $findfile(%NMP3.dir,*.mpg,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.mpeg,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.avi,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $crlf write mp3list2.txt -=-=-=( Software Files )=-=-=- write mp3list2.txt $findfile(%NMP3.dir,*.zip,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.exe,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.rar,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $crlf write mp3list2.txt -=-=-=( Document Files )=-=-=- write mp3list2.txt $findfile(%NMP3.dir,*.txt,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $findfile(%NMP3.dir,*.doc,0,write mp3list2.txt $nopath($1-)) write mp3list2.txt $crlf write mp3list2.txt $crlf write mp3list2.txt -=-=-=-=( List Generated on $date(dddd mmmm dd yyyy) @ $time(hh:nn tt) using NC-MP3 )=-=-=-=- }