 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ranny Guest
|
Posted: Fri May 19, 2006 10:21 pm Post subject: Lancer plusieurs commande |
|
|
Bonjour,
Je voudrai savoir si avec ce code
int main()
{
std::system( "ipconfig /flushdns" );
std::system( "ipconfig /release" );
std::system( "ipconfig /renew" );
std::system( "exit" );
}
le renouvellement de l'ip etait valide et si cela suffit?
Je me demande aussi si la commande "exit" est necessaire?
Merci d'avance.
--
Ranny
------------------------------------------------------------------------
Voir theme: http://www.frbox.net/viewtopic-569762.html
Envoyé de http://www.frbox.net |
|
| Back to top |
|
 |
Fabien LE LEZ Guest
|
Posted: Sat May 20, 2006 12:21 am Post subject: Re: Lancer plusieurs commande |
|
|
On Fri, 19 May 2006 21:56:50 +0200, Ranny
<Ranny.282ric@no-mx.frbox.net>:
| Quote: | Je voudrai savoir si avec ce code
|
Impossible de savoir ce que ce code fait. Ça dépend de l'OS.
Si tu veux des renseignements sur la programmation Windows, va voir
sur fr.comp.os.ms-windows.programmation. |
|
| 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
|
|