I need to delete the normal.dot file from C:\Documents and Settings\username.domain\Application Data\Microsoft\Templates folder where username is my Windows 2000 AD user account and domain is my Windows 2000 domain. Anyone has any idea how this can be done via kix logon script ?

I know I can use $user=@userid to get the Windows 2000 AD user account. But it seems that I can't incorporate this into the delete command to delete the normal.dot file.

Cheers