Changeset 12697 for trunk/ippTasks/register.pro
- Timestamp:
- Mar 30, 2007, 1:09:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r12361 r12697 142 142 book getword regPendingImfile $pageName workdir -var WORKDIR 143 143 book getword regPendingImfile $pageName dbname -var DBNAME 144 set_standard_args145 144 146 145 # specify choice of remote host … … 162 161 options $pageName 163 162 163 $run = register_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI 164 add_standard_args run 165 164 166 # create the command line 165 167 if ($VERBOSE > 1) 166 echo command register_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI $ARGS167 end 168 command register_imfile.pl --exp_tag $EXP_TAG --class_id $CLASS_ID --uri $URI $ARGS168 echo command $run 169 end 170 command $run 169 171 end 170 172 … … 247 249 book getword regPendingExp $pageName workdir -var WORKDIR 248 250 book getword regPendingExp $pageName dbname -var DBNAME 249 set_standard_args250 251 251 252 # specify choice of remote host:(need to choose based on chips) … … 267 268 options $pageName 268 269 270 $run = register_exp.pl --exp_tag $EXP_TAG 271 add_standard_args run 272 269 273 # create the command line 270 274 if ($VERBOSE > 1) 271 echo command register_exp.pl --exp_tag $EXP_TAG $ARGS272 end 273 command register_exp.pl --exp_tag $EXP_TAG $ARGS275 echo command $run 276 end 277 command $run 274 278 end 275 279
Note:
See TracChangeset
for help on using the changeset viewer.
