in reply to Re^2: executing commands in cmd using perl
in thread executing commands in cmd using perl

If I'm understanding what you are asking (which seems unusual), your query is answered at stackoverflow. Example
system 'start cmd.exe @cmd /k "Command"';
Of course, that second bit isn't actually a Perl question.

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.