Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to create a directory in dos
Name: nick Date: August 29, 2002 at 23:09:19 Pacific
Name: k_semler Date: August 29, 2002 at 23:21:52 Pacific
Reply:
md %directory name%
Replace %directory name% with the name of the directory that you want to create
0
Response Number 2
Name: Doc Date: August 30, 2002 at 01:09:45 Pacific
Reply:
You can type help at the c prompt or goto the dos directory and type help. md is the command to make directory. cd is the command to change directory. cd\ will return you to the c prompt if your in another directory.
0
Response Number 3
Name: Petit Jean Date: August 30, 2002 at 06:51:58 Pacific
Reply:
At dos prompt: md c:\myfolder or md a:\myfiles Use a name that is short and meaningful to you. md is an internal command of command.com Good luck.
0
Response Number 4
Name: kuk Date: August 31, 2002 at 15:46:17 Pacific
Reply:
To make the directory: C:\>md namedirectory [Enter]
To acces to the directory: C:\>cd namedirectory [Enter]
Summary: How to create a directory in DOS with its name as Month. It should pick from date, dynamically say if the date is 24-02-2009 it should create a directory by picking the month as "Feb" help me in this ...