Index: trunk/ippTasks/automate.pro
===================================================================
--- trunk/ippTasks/automate.pro	(revision 17593)
+++ trunk/ippTasks/automate.pro	(revision 17605)
@@ -17,4 +17,9 @@
 # DONE (action finished)
 
+macro init.automate
+  ## probably should not always init
+  book init automate
+end
+
 macro load.automate
   if ($0 != 3)
@@ -24,6 +29,9 @@
   queueload tmp -x "cat $MODULES:0/$1"
 
+  pwd -var cwd
+
   ## interpolate standard values
   queuesubstr tmp @DBNAME@ $2
+  queuesubstr tmp @CWD@ $cwd
 
   ipptool2book tmp automate -key name -uniq -setword pantaskState INIT.BLOCK
