If I've got a shell() call that executes a unix command that takes awhile to complete (up to 3 minutes), is there a way to give control back to Revolution while it's taking place? I was thinking perhaps a cron job or some sort of unix shell script to sublaunch the main unix call?