Index: trunk/ippTasks/register.pro
===================================================================
--- trunk/ippTasks/register.pro	(revision 31603)
+++ trunk/ippTasks/register.pro	(revision 31854)
@@ -271,11 +271,9 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
+    book npages regPendingImfile -var N
+    if ($N == 0) break
     if ($NETWORK == 0) break
-    book npages regPendingImfile -var N
-    if ($N == 0)
-        periods -exec $RUNEXEC
-        break
-    end
-    periods -exec 0.05 
     
     # look for new images in regPendingImfile
@@ -331,4 +329,5 @@
       echo command $run
     end
+    periods -exec 0.05 
     command $run
   end
@@ -636,11 +635,9 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
+    book npages regPendingBurntoolImfile -var N
+    if ($N == 0) break
     if ($NETWORK == 0) break
-    book npages regPendingBurntoolImfile -var N
-    if ($N == 0) 
-      periods -exec $RUNEXEC
-      break
-    end
-    periods -exec 0.05
 
     # look for new images to burn in regPendingBurntoolImfile
@@ -673,4 +670,5 @@
       echo command $run
     end
+    periods -exec 0.05
     command $run
   end
