ERROR: The process "mirc*.exe" not found., so don't do the trick.
-------- Edit
Solved that problem, now to next one

how can i delay a command in dos promt/bat file ? I doing a "restore" for my script, but the problem are that when the bat file closing mirc, then it store the %var's in the file, and after i want to del that file, i dont know how i can make it be deleted after mirc closed and the file are saved, the reason for this is that i will restore the script with a file that have all variables stored as the script was when runned for the first time.
del "E:\mirc\system\var.ini"
This is the command i want to be delayed, and then the rest of the commands below.. pause dosen't do the trick.