Changeset 18791
- Timestamp:
- Jul 30, 2008, 2:00:00 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
automate.pro (modified) (1 diff)
-
simtest.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/automate.pro
r18691 r18791 17 17 # DONE (action finished) 18 18 19 macro init.automate19 macro automate.reset 20 20 ## probably should not always init 21 21 book init automate 22 22 end 23 23 24 macro load.automate24 macro automate.load 25 25 if ($0 != 3) 26 echo "USAGE: load.automate(filename) (dbname)"26 echo "USAGE: automate.load (filename) (dbname)" 27 27 break 28 28 end -
trunk/ippTasks/simtest.pro
r17607 r18791 44 44 add.database $dbname 45 45 46 load.automatesimtest.auto $dbname46 automate.load simtest.auto $dbname 47 47 run 48 48 end
Note:
See TracChangeset
for help on using the changeset viewer.
