I am trying to create kix script that will delete all nonsense files from a desktop on a particular user account. it must be done weekly. i have somewhat the logic of it but can't put it into coding yet.

if user == guest && @date == Friday
del %userprofile%/desktop/*.mp3.

can anyone help me out. having trouble with this. Thanks in advance.