answersLogoWhite

0

tae kau mga bobo

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is root directory?

Root directory is the highest level directory and this is the directory that appears first on the screen when you start MS-DOS. Generally, 'C' Drive appears on the MS-DOS screen as root directory.


How do you cut of the directory in ms dos?

rev command


How do you open a Python program with MS-DOS?

open MS-DOS in the directory you have the python file in. type "python [INSERTNAMEOFSCRIPT]"


How do you copy a folder using ms-dos?

The COPY command


How do you copy files to ram in ms-dos?

To copy files to RAM in MS-DOS, you have to use the COPY function after converting the file to a system file with the *.sys extension.


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..


Where can you download MS-DOS?

Every version of Windows, even Vista, bundles a copy of MS-DOS. You can create an MS-DOS boot floppy by formatting a floppy disk, and checking the "Create an MS-DOS startup disk" box.


What does the period mean in MS-DOS?

One period refers to the current directory. Two periods refers to the parent directory.


What is RD command in MS-DOS?

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


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..


Is there a way to do a dual-boot with windows xp and ms-dos as in installing ms-dos without effecting your computer that has windows xp is there a way to do that?

It's possible, you have to correct boot.ini file and copy DOS loader and DOS system on your hard drive.


What is the meaning of MS-DOS?

MS-DOS is an operating system designed for the IBM PC by Microsoft in 1981. MS DOS is Microsoft Disk Operating System. It was a command-line interface, meaning the user had to type in commands to use it, unlike Windows which is a Graphical User Interface. MS DOS was released on IBM PCs when they came out in the 1980s and continued in popular use until the mid 1990s, by which time the first of the Windows operating systems, Windows 95, began to take over.MS DOS commands were either stored as individual programs, known as external commands, or in a file called Command.com, which stored more commonly used commands. These were called internal commands. Included in these would have been commands like COPY, DEL, DIR, CD and RD.COPY enabled the copying of files.DEL deleted files.DIR gave a listing of files in a directory (now called a folder).CD changed from one directory to another.RD removed a directory.