K
kaci_tizi_ouzou2000
Greetings all.
I am trying to make a system call as on WinXP,
#include <stdlib.h>
int main()
{
system( "ls -al");
}
but it is doing nothing!!
Has anybody ever experienced such a thing!? My belief is there is a
library that was missed when I installed VC but I am not sure.
Any suggestions, hints, pointers etc etc is greatly appreciated.
Cheers
I am trying to make a system call as on WinXP,
#include <stdlib.h>
int main()
{
system( "ls -al");
}
but it is doing nothing!!
Has anybody ever experienced such a thing!? My belief is there is a
library that was missed when I installed VC but I am not sure.
Any suggestions, hints, pointers etc etc is greatly appreciated.
Cheers