Bonjour,
j'ai un petit soucis avec la commande system(cher command)
j'ai " nom de commande ou de fichier incorrecte", alors qu'avec un toto.bat ça fonctionne...
pouvez vous m'aider ?
Ln :)
***************************
#include <stdlib.h>
#include <stdio.h>
int main(void)
{
system("toto.cmd");
return 0;
}
*****************************