i'm having a problem in executing a batch file from my c++ code
i've included all the necesary headers like dos.h,process.h,stdlib.h
code:
system(c:\new\ram.bat);
there is no error in the program but the batch file does not get executed.....
please help ................