Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

53.Text generator -- Make a batch command with increasing id

User: sysdemo -- 2007-12-05
Hits: 269
Type: Text generator   
Search all Text generator examples
Description:
Make a batch command with increasing id
Output Sample:
mkdir dir_1_1
mkdir dir_1_2
mkdir dir_1_3
mkdir dir_2_1
mkdir dir_2_2
mkdir dir_2_3
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_batch1(text,count, start1, step1, stop1, fmt1, start2, step2, stop2, fmt2, start3,step3,stop3,fmt3) 

Download Script:  scripts/53.rst.zip

Similar Examples:
How to generate a list of batch commands with different increasing id? (70%)
How to batch download a group of web pages with increasing id? (62%)
Make a batch file to change name of all files  (56%)
How to make an http address list with increasing ID? (53%)
How to batch uudecode a lot of files? (51%)
How to make batch operations for following file list? (51%)
How to batch change format of multiple files? (47%)
How to batch change a lot of xml files, adding all <ID> by 1? (47%)

Check Demo of Text generator