Unix doesn't understand spaces, so it think's your trying to delete a file named "." which a kinda shortcut in unix (there are two in every directory, "." which mean the current directory and ".." which means the parent directory) so naturally you can't delete it which is why you get that message. Also, the filename is probably in fact ". musicbrigade ..url"
__________________
Try the command
Code:
dele ". musicbrigade ..url"
I tested it (and it took a while to create a file with that name on WinNT..) and it worked for me.