It is currently April 25th, 2024, 4:51 am

RainRepeater

Share and get help with Plugins and Addons
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

RainRepeater

Post by santa_ryan »

What it does:
RainRepeater will take code, and repeat it X amount of times, replacing a specific string (*ReplaceWithNumber*) with a number counting from 1 to X. This will allow you to rapidly take a block of code, and copy it however many times, making all the modifications necessary.

Instructions for use:
Make a rainmeter.ini and use *ReplaceWithNumber* where ever you want a number to be.
Run the program with no parameters to access the GUI, or use with the following parameters from cmd:

RainRepeater.exe RepeatCount "InputFile" "OutputFile"

RepeatCount-----Number of times you want the code repeated
InputFile---------File that contains the code you want repeated
OutputFile-------File to output the repeated code to

Please Note The Following:
All arguments must be specified if using program from cmd.
RepeatCount must be a whole number greater then 0.
InputFile and OutputFile must be enclosed in quotes.
RainRepeater.zip
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.