Galthon wrote:Or, you can use something like my lazy man's loop in a batch file...
- Install PHP
- Find this line in the main.php and edit it to match where you have the client installed
- Code: Select all
$ender_maps = 'C:\\Users\\Public\\Games\\HnH_Ender_x64\\map';
- Open a command prompt, navigate to the directory you extracted the stitcher to, and type 'php main.php'.
- Code: Select all
for /l %%a in (1,1,50) do php main.php
Save it to the same folder as the rest of the stitcher, and change the extension to .bat, will loop the stitcher 50 times a run.
'php' is not recognized as an internal or external command, operable program or batch file.
Users browsing this forum: No registered users and 8 guests