I want to delete automatically a file.

 Code:
IF exist (%userprofile% +"Application Data\Microsoft\Internet  Explorer\Quick Launch\test1")
   DEL "%userprofile%\Application Data\Microsoft\Internet  Explorer\Quick Launch\test1"
ELSE 
   MESSAGEBOX ("Have a nice day.")
ENDIF


But the kixtart script doesn’t delete the file.


Edited by Solid (2009-03-20 09:16 AM)