#!/usr/bin/php -f <? $antal = 600; for ( $x = 1; $x <= $antal; $x++ ) { system("cp /sökväg/till/fil.jpg /ny/sökväg/för/fil" . $x . ".jpg"); } ?>