I've got a while (condition) { echo -a $crc(file) /* stuff */ }. This loop may take a minute or two, and my problem is that this loop halts or hangs mIRC while it executes. Is there any way i can use my mIRC in a normal manner while a loop like this executes? (The loop is for crc-checking x number of files)