my @clients = qw( client1 client2 client3 ); # Namen ohne '\\' foreach my $client ( @clients ) { system("C:\\pfad\\psexec \\\\$client kill notepad.exe"); }