for ($x=0; $x < scalar(@files); $x++ ) { $file=@files[$x]; chomp $file; $cmd="start /min clone -F $file "; print "Launching Command is: $cmd\n"; system($cmd); }