answersLogoWhite

0

DOSEXAFTERBREAKFAST

User Avatar

Sonny Bernhard

Lvl 10
3y ago

What else can I help you with?

Related Questions

Explain All the Internal Command of DOS?

DIR :- DIR is used to display the contents of a drive or directory.


What is the difference between unix command and dos command?

They are different languages, so you need to use a different word with different syntax to do the same thing. For example, to display the contents of the current directory, the command in MS-DOS is dir, but in UNIX it's ls.


What does DIR in the DIR DOS command stand for?

DIR is used to list the contents of a directory.


What is the DOS copy command to copy a complete directory to multiple 3.5 inch floppies?

To copy directory, you need to run xcopy command.. You can not copy directory with copy command.. xcopy c:\*.* /s/e a:\ This will copy entire contents to A drive..


What is the DOS command to navigate to a directory?

CD which stands for Change Directory.Entering CD /? will display a list of supported options.


What does dir showin DOS?

folder or directory contents


What does the DOS command to make a directory?

mkdir


What is command in DOS?

RD command is used to remove a directory (folder).


How can you create a directory in dos command line?

MKDIR


How do you cut of the directory in ms dos?

rev command


Which MS-DOS command is used to delete a directory and its sub directories in one pass?

To delete directory and sub directory in single command, use "deltree" command..


How do you navigate on ms-dos commands?

To navigate using MS-DOS commands, you primarily use the cd (change directory) command to move between directories. For example, cd foldername takes you into a specified folder, while cd .. moves you up one directory level. You can view the contents of the current directory with the dir command. Additionally, using cd \ will take you back to the root directory of the current drive.