use Cwd; my $dir = getcwd; chdir('ordner/'); system('testing.exe'); chdir($dir);