tae kau mga bobo
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.
rev command
open MS-DOS in the directory you have the python file in. type "python [INSERTNAMEOFSCRIPT]"
The COPY command
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.
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..
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.
One period refers to the current directory. Two periods refers to the parent directory.
RD command is used to remove a directory (folder).
To delete directory and sub directory in single command, use "deltree" command..
It's possible, you have to correct boot.ini file and copy DOS loader and DOS system on your hard drive.
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.