Changeset 32387 for trunk/ippTasks/diskbalance.pro
- Timestamp:
- Sep 9, 2011, 1:32:59 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/diskbalance.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diskbalance.pro
r32381 r32387 101 101 book setword balanceControl control mDestinations $2 102 102 end 103 104 macro set.balance.range 105 if ($0 != 3) 106 echo "USAGE: set.balance.range (SO_ID_START) (SO_ID_RANGE)" 107 break 108 end 109 110 $BALANCE_SO_ID_START = $1 111 $BALANCE_SO_ID_RANGE = $2 112 end 113 103 114 104 115 macro show.balance.numbers … … 122 133 end 123 134 135 macro set.target.range 136 if ($0 != 3) 137 echo "USAGE: set.target.range (SO_ID_START) (SO_ID_RANGE)" 138 break 139 end 140 141 $TARGET_SO_ID_START = $1 142 $TARGET_SO_ID_RANGE = $2 143 end 144 145 124 146 macro show.target.numbers 125 book listpage targetControl control126 147 echo "target so_ids: $TARGET_SO_ID_START $TARGET_SO_ID_RANGE" 127 148 end
Note:
See TracChangeset
for help on using the changeset viewer.
