M
Murugesh
Hi all,
I need to execute a series a commands inside the same shell in
Windows.As system() spaws a new shell,how can we do it.
command1 and command2 should be executed in the same shell unlike the
following.
....
system("command1");
system("command2");
....
Appreciate any help on this.
Thanks,
Appu
I need to execute a series a commands inside the same shell in
Windows.As system() spaws a new shell,how can we do it.
command1 and command2 should be executed in the same shell unlike the
following.
....
system("command1");
system("command2");
....
Appreciate any help on this.
Thanks,
Appu