How to rerun a simple recorded script automatically without using eclipse?

Hi,
I have recorded a simple script and I want to rerun it 100 times on the same device.
Copy and paste the script 100 times, then run the huge script always make Appium Studio freeze.
Is there any other way I can do without using eclipse?

HI,
You’ll need to run the script inside a loop by exporting the code (Python \ Java \ C#) to some IDE… (e.g Eclipse)

Hi Tom,
So there is no simple way to rerun a script just in Appium studio.
I got it, thank you very much.