If you are going to change it from c to (let´s say) the floppy disk, just type
a:
And type
c:
to go back.
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]"
tae kau mga bobo
Go to the root directory of the drive (eg c:\), then type: dir <filename> /s For example, to search for the file fred.doc, you would type: dir fred.doc /s Adding /s to the dir makes dos search all the subfolders, so starting in the root directory makes dos search the entire disk.
Go to the root directory of the drive (eg c:\), then type: dir <filename> /s For example, to search for the file fred.doc, you would type: dir fred.doc /s Adding /s to the dir makes dos search all the subfolders, so starting in the root directory makes dos search the entire disk.
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..
firstly you open a dos and make a word file than you click a ctrl+x button than apply and ok
To go back to the root (beginning) directory: cd\ To go to the directory above you: cd.. To go a directory below you: cd directoryname Of course, after you type the command, you have to hit the enter key.
MS-DOS 6.22 was the last stand-alone version of MS-DOS. Some believed that MS-DOS 7.0 was the last version of MS-DOS since Windows 95 reported MS-DOS as MS-DOS 7.0. However, this was just a shell in Windows and not a stand-alone version of MS-DOS.