| User: sysdemo -- 2007-12-05 << 52 54 >> |
| Hits: 584 |
| 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" on windows platform 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 |
Screenshot 1: Replace_Advanced_Window |