my $SOME_PATH='...'; my $ARG='...'; my $ARG2='...'; system($SOME_PATH.'\file.bat', '-param', $ARG, '-x', $ARG2);