tags:

views:

33

answers:

1

i want to use the dos commands in my ansi-c program how can i do so what type of lib or .h i will need for it if it is possible ?

+2  A: 

Use the system function, from stdlib.h.

Here is Wikipedia documentation of this function

zaharpopov
+1 (...and @OP: Avoid doing so whenever reasonable.)
T.J. Crowder