Directory creation using Turbo C++

I have created my terminal using Turbo C++ (just like MS-DOS). But, whenever I enter 'MKDIR' to create a directory, only one directory gets created at a single time. I want to have multiple directories created (just like in MS-DOS - md a b c d). I want to include arguments such that I can make 'n' number of directories as I want.

Please guys tell me what code for that is feasible in my application?

Comments

  • Sorry but that's not possible. You have to create the tree one directory at a time.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion