Hi. I want to program in Perl a very basic program but I'm having some questions about how to do it. I'll keep it simple: I want a perl script that when number 1 is pressed a new "cmd.exe" is opened and the "dir" command is executed, and when 2 is pressed a new "cmd.exe" is opened and the command "cd" is executed.
The place where I'm having the problems is in opening a NEW "cmd.exe" instead of the same cmd that executes the perl script.
Some ideas? Thanks a lot