CD\ Will take you right back to just the C:\> Prompt. You can use CD.. to step up one level at a time, but CD\ is quicker.
One period refers to the current directory. Two periods refers to the parent 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.
rev command
open MS-DOS in the directory you have the python file in. type "python [INSERTNAMEOFSCRIPT]"
tae kau mga bobo
RD command is used to remove a directory (folder).
To delete directory and sub directory in single command, use "deltree" command..
It's the Return key
firstly you open a dos and make a word file than you click a ctrl+x button than apply and ok
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.
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.
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.