This is your script in my implementation Jooel and I still get nothing:

Code:
Break On

$ = SetOption("WrapAtEOL","On")

$dir = 'C:\Documents and Settings\cameron.wilson\Desktop\test'
dim $paths

for each $file in DirPlus($dir,"/s /f mp3 wmv")
$path = left($file.path, instrrev($file.path,"\"))
if -1 = ascan($paths,$path)
redim preserve $paths[ubound($paths)+1]
$paths[ubound($paths)] = $path
? $x+'\*'+$y
endif
Next

"press any key to quit "
get $



My original script is working at this point so I'm going to try to take it's approach but I appreciate the help man. I really do.