an urgent help needed

Banned
13Feb2010,17:16   #1
vignesh1988i's Avatar
how to integrate MSdos with C...... or how to create folders using C programs.... pl. lrt me know.... thanks in advance.
Contributor
13Feb2010,20:24   #2
Gene Poole's Avatar
The C Standard has several functions like mkdir(), rmdir() , etc for dealing with directories (folders) is that what you meant?
Pro contributor
14Feb2010,03:19   #3
virxen's Avatar
use system command

syntax:
system("dos command");
Go4Expert Member
27Feb2010,14:21   #4
ungalnanban's Avatar
Refer the link
http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?mkdir+2

Last edited by ungalnanban; 27Feb2010 at 14:26..