Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

54.Text generator -- Make batch text with loop n1=1..6, n2=2,4,6,2,4,6 n3=3,6,3,6,3,6

User: sysdemo -- 2007-12-05
Hits: 254
Type: Text generator   
Search all Text generator examples
Description:
Make batch text with loop n1=1..6, n2=2,4,6,2,4,6 n3=3,6,3,6,3,6
Output Sample:
test batch n1=1, n2=2, n3=3
test batch n1=2, n2=4, n3=6
test batch n1=3, n2=6, n3=3
test batch n1=4, n2=2, n3=6
test batch n1=5, n2=4, n3=3
test batch n1=6, n2=6, n3=6
Answer:
Hint: You need to Download and install "Replace Pioneer" to finish following steps.
1. Ctrl-h open replace dialog 
2. Select "Advanced" frame, enter "insert begin text" window as following: 

3. Click "Replace", it's ok. 
Syntax: make_batch(text,count start1, step1, stop1, fmt1, start2, step2, stop2, fmt2, start3, step3, stop3, fmt3) 
Count=10, number of commands is 10
batch_no1 start=1, step=1, end=10
batch_no2 start=2, step=2, end=8
...
Download Script:  scripts/54.rst.zip

Similar Examples:
Make a batch file to change name of all files  (36%)
How to make batch operations for following file list? (32%)
How to batch extract ascii text from multiple binary files, such as exe files? (31%)
How to batch change a lot of xml files, adding all <ID> by 1? (31%)
How to batch uudecode a lot of files? (31%)
How to batch remove all the text that enclosed by a pair of parenthesis? (30%)
How to make multiple text replace at the same time? (30%)
How to batch remove/delete first 8 lines of many files? (30%)

Check Demo of Text generator