Friday, July 31, 2009

Function to run dos command in C language?

I want to run a DOS command from C program. What is the function in C which can run a DOS command ?

Function to run dos command in C language?
it is.....


system(DOS_command_name)
Reply:system.console.readline()





if my memory is working right
Reply:Look up the fork and exec system calls.


No comments:

Post a Comment