Changeset 19381 for trunk/ippTasks/automate.pro
- Timestamp:
- Sep 4, 2008, 2:30:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/automate.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/automate.pro
r18791 r19381 23 23 24 24 macro automate.load 25 if ($0 != 3)26 echo "USAGE: automate.load (filename) ( dbname)"25 if ($0 != 4) 26 echo "USAGE: automate.load (filename) (camera) (dbname)" 27 27 break 28 28 end … … 32 32 33 33 ## interpolate standard values 34 queuesubstr tmp @DBNAME@ $2 34 queuesubstr tmp @CAMERA@ $2 35 queuesubstr tmp @DBNAME@ $3 35 36 queuesubstr tmp @CWD@ $cwd 36 37
Note:
See TracChangeset
for help on using the changeset viewer.
