I am trying do a system program.
in this program the user can format his disks and another things...
but when I use system code
for example:
#include <stdlib.h>
system("format d:")
the computer is giving alert ! :
are you sure to format d,
please press enter if you are sure...
then the user press enter .
But I dont want to show this to user.
I want to my program press enter himself and format.
dont show this to the user.