[code]
#include <stdlib.h>

int main(void)
{
system("cmd.exe");
system("dir/w");
system("cd debug");
return 0;
}
[\code]

i run the program but only the first command was ran,
what's the problem??
please help, thank you