in reply to
Re: open a command prompt
in thread
open a command prompt
yes i am running on windows i want to run multiple scripts on multiple command prompts. Is that possible
Comment on
Re^2: open a command prompt
Replies are listed 'Best First'.
Re^3: open a command prompt
by
Anonymous Monk
on Jul 13, 2011 at 16:57 UTC
Proc::Background
,
system q[cmd /x /c],...
,
system
,
C:\> help cmd
[reply]
[d/l]
In Section
Seekers of Perl Wisdom