Search found 1 match

by ecmg
05 Apr 2014 23:15
Forum: DOS Batch Forum
Topic: Repeat text pattern batch programme
Replies: 3
Views: 2540

Repeat text pattern batch programme

I am trying to create a Batch script to automatically output repeated text based on the input parameters. for example: I have saved it in a file named pat2.bat in C:\TEMP If I enter the command as below: C:\TEMP>pat2 1 3 * I get the following output * ** *** len% len% however I want something like *...