this an educational video about the basic of MS DOS or CMD
After watching this video you ill be able to know:
1. How to directly go to the Default Root-Directory: CD/
2. How to open Sub-Directory in Root: CD (Sub-Directory_Name) example CD DOS
3. How to display the contents/properties in Root-Directory with date and time: DIR
4. How to display the contents/properties in Root-Directory with a pause: DIR/P
4. How to display only the contents/properties Name in Root-Directory: DIR/W
5. How to display only the contents/properties Name in Root-Directory with a pause: DIR/W/P
6. How to create a new Sub-directory: MD (Sub-Directory_Name) example MD DOS
7. How to change the Root to the created Sub-Directory: CD DOS
8. How to create another Sub-Directory inside another: MD (Sub-Directory_Name) to do so change the root to a Sub-Directory and use the command/syntax for creating another Sub-Directory.
9. How to create a file in Sub_Directory: COPY CON (FileName)(Extension) example COPY CON DOS.TXT
10. How to save the COPY CON Command/Syntax: F6+ENTER Note: after creating a file it will display the user to input text in it, after the user finishes the text input he should press F6+ENTER to save the file.
11. How to check whether the file is actually created: DIR/P Note: /P is to give a pause so to search for the file eg named DOS.TXT we need to go alphabetically which will be in the D section in DIR command/syntax.
12. How to edit the created file: EDIT (FileName)(Extension) or NOTEPAD (FileName)(Extension) example EDIT DOS.TXT or NOTEPAD DOS.TXT Note: both are same command/syntax but work according to the OS versions.
13. How to Display the content in file without opening it: TYPE (FileName)(Extension) example TYPE DOS.TXT
14. How to delete the created file: DEL (FileName)(Extension) example DEL DOS.TXT
15. How to check whether the file is actually deleted: DIR/P Note: /P is to give a pause so to search for the file eg named DOS.TXT we need to go alphabetically which will be in the D section in DIR command/syntax.
16. How to delete a Sub-Directory: RD (Sub-Directory_Name) Note: to delete a Sub-Directory the Root-Directory have to be in its parent location.
17. How to switch Root-Directory to a Sub-Directory's parent location: CD (parent-Directory_Name) Note: we cannot directly hop on to the Parent-Directory if it is inside many Sub-Directories to do so lets understand with an example
the Root we currently in is C:\ and we want to go to C:\PROGRAMS\ADMIN\APPLICATIONS\DOS lets assume we want to delete DOS to do so we have to go to its Parent-Directory which is APPLICATIONS to do so we have 2 options directly hop on to it or go step by step-
to go directly we just need to type CD C:\PROGRAMS\ADMIN\APPLICATIONS
to go step by step we need to type CD PROGRAMS it will change the root to C:\PROGRAMS then again CD ADMIN this will change the root to C:\PROGRAMS\ADMIN then again CD APPLICATIONS now this will change the root to C:\PROGRAMS\ADMIN\PROGRAMS
18. How to exit DOS: EXIT
YouTube: @CODE_JALVATO
Do LIKE and SUBSCRIBE if you fond this video helpful.
Смотрите видео DOS basics in just 10minutes. DOS/CMD/COMMAND_PROMPT онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CODE_JALVATO 10 Июнь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 22 раз и оно понравилось like людям.