I run this:
; ---Tar bort OLK från local settings
 Code:
If InGroup("del_olk")
	MessageBox(" Test 1", "Test1")
	DEL %userprofile% + "\local settings\Temporary Internet Files\OLK1\*.*" /s /q
	?"Error code: " @ERROR
	?"Error message: " @SERROR
	MessageBox(" Test 2", "Test2")
EndIf


Tes1 and Test2 comes up, no error. The OKL folder is still there and all the files to.


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