Index: trunk/ippTasks/automate.pro
===================================================================
--- trunk/ippTasks/automate.pro	(revision 18791)
+++ trunk/ippTasks/automate.pro	(revision 19381)
@@ -23,6 +23,6 @@
 
 macro automate.load
-  if ($0 != 3)
-    echo "USAGE: automate.load (filename) (dbname)"
+  if ($0 != 4)
+    echo "USAGE: automate.load (filename) (camera) (dbname)"
     break
   end
@@ -32,5 +32,6 @@
 
   ## interpolate standard values
-  queuesubstr tmp @DBNAME@ $2
+  queuesubstr tmp @CAMERA@ $2
+  queuesubstr tmp @DBNAME@ $3
   queuesubstr tmp @CWD@ $cwd
 
