Hi!
I´m a total beginner at this

I am trying to get the kixscript to delete the OLK folder with the following code:

; ---Tar bort OLK från local settings
 Code:
IF INGROUP ("del_olk")
	MESSAGEBOX (" Test 1", "Test1")
	Del "c:\Documents and Settings\%userprofile%\local settings\Temporary Internet Files\OLK1\*.*"	/s/q
	MESSAGEBOX (" Test 2", "Test2")

ENDIF


I get both messageboxes and no error but the OLK folder is still there.

Anyone got a solution?





Edited by Benny69 (2009-05-12 02:23 PM)
Edit Reason: Added Code Tags