Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I want to run a script in a different command prompt and then return back to my host prompt. please tell me any command to do that. Thanks

Replies are listed 'Best First'.
Re: open a command prompt
by SuicideJunkie (Vicar) on Jul 13, 2011 at 15:48 UTC

    I'm going to guess that you're running windows, since you didn't pronounce it "terminal"

    In such a case, start cmd will open a new window, which you can later close with an exit

    I'm not sure what this question has to do with perl however.

      start will generally open a new window -- simply issuing cmd will start a new cmd in the same window

      The op wants to read Behind the GUI lives the Shell

      yes i am running on windows i want to run multiple scripts on multiple command prompts. Is that possible