well i tried to execute the following code..
#include<process.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
#include<stdio.h>
void main()
{
system("dir");
getch();
}
but it did not execute the system command... what went wrong??
plz mail me at [email]prajwaludupardx_369@yahoo.co.in[/email]