 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
ja Guest
|
Posted: Sat Jul 29, 2006 9:10 am Post subject: Shell Commands |
|
|
How do you create shell (eg. MS-DOS) commands in C++. I need a program
that will accept command line arguments (argv) and use them in a shell
command.
Any Ideas?
James |
|
| Back to top |
|
 |
Kai-Uwe Bux Guest
|
Posted: Sat Jul 29, 2006 9:11 am Post subject: Re: Shell Commands |
|
|
ja wrote:
| Quote: | How do you create shell (eg. MS-DOS) commands in C++. I need a program
that will accept command line arguments (argv) and use them in a shell
command.
|
In simple cases, you can execute commands using std::system(). Also, this is
the only command that standard C++ has for this purpose. Your platform may
have better options.
Best
Kai-Uwe Bux |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|