让我给出这个场景的想法。
- Go to a specific folder ( It has 20 projects.)
- Load all projects one by one and execute one rcptt step.
所以,我正在做的是:
loop [val index0] { // i used hard code here. give better suggestion.
//method to go to that folder
if [$index| lt 20] {
//execute a procedure
}
recur [$index| plus 1]
}
但这并没有发生。
需要专家建议相关的事情。
谢谢