The code you listed looks something like batch to me... this is a kixtart forum.

Untested kix code below, use at your own risk
 Code:
If @user="guest" and @day="Friday" and @wksta="SomePCName"
  del "%userprofile%\Desktop\*.mp3"
endif