in reply to Re: Open new cmd prompt and list directory content on it
in thread Open new cmd prompt and list directory content on it

GotToBTru : System does a fork to execute the command, so yes, you get the output in your current window. If you need a separate window to stay open, you will want to use one of the Win32 modules on CPAN. Check out Win32::GUI::Tutorial.

No

  • Comment on Re^2: Open new cmd prompt and list directory content on it