Changeset 19619 for branches/eam_branch_20080918/ippTasks/automate.pro
- Timestamp:
- Sep 19, 2008, 12:39:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080918/ippTasks/automate.pro
r19381 r19619 264 264 end 265 265 book setword automate $pageName pantaskState INIT.LAUNCH 266 267 if ($Ncheck == 1) 268 # XXX this is a somewhat hackish way to carry information from the 'check' to the 'launch' 269 book getword tmpCheck page.000 det_id -var DET_ID 270 book getword tmpCheck page.000 iteration -var ITERATION 271 book setword automate $pageName det_id $DET_ID 272 book setword automate $pageName iteration $ITERATION 273 end 266 274 end 267 275 … … 326 334 end 327 335 336 # modify the launch command to replace certain elements from the page 337 book getword automate $pageName det_id -var DET_ID 338 if ("$DET_ID" != "NULL") 339 echo '$launchCommand' 340 strsub "$launchCommand" @det_id@ $DET_ID -var launchCommand 341 end 342 343 book getword automate $pageName iteration -var ITERATION 344 if ("$ITERATION" != "NULL") 345 echo '$launchCommand' 346 strsub "$launchCommand" @iteration@ $ITERATION -var launchCommand 347 end 348 349 echo '$launchCommand' 350 328 351 book setword automate $pageName pantaskState RUN.LAUNCH 329 352
Note:
See TracChangeset
for help on using the changeset viewer.
