How to create a script find *mp3 and sort by location

How to create a script find *mp3 and sort by location

i started with:

Find *.mp3 IN {sourcepath}

Try

Find *.mp3 IN {sourcepath}
Set SORTBY=pathrel

that's perfect thank YOU !!!