This doesn't seem to be working. The folder I want to delete is located in C:\Documents and Settings\gjaquay\DESKTOP. The folder name is Syteline. The folder contains 5 icons (if that matters). I used what you suggested:

If EXIST ("%USERPROFILE%\Desktop\Syteline\") = 1
RD "%USERPROFILE%\Desktop\Syteline"
Endif

What am I doing wrong? Thanks.

Gordon