in reply to delete 'self' after running


Create a batch file, for example test.bat
which has the below line,

del C:\file.txt
(if file.txt is the file which you want to be deleted.)

Create a scheduled task to run this batch file "test.bat".