3 pagesPart 1 dos OverviewChapter 2 dos OverviewBefore reading this book, you must first understand what DOS is. This chapter first briefly introduces the DOS Operation SystemAnd briefly introduces the operating system history to explain the
DOS Base Command
CD Change current directory sys make DOS system disk
Copy copy file del Delete file
deltree delete directory tree dir column file name
diskcopy disk Edit Text Edit
Format formatted disk MD to establish subdirectories
Mem View
Transferred from: https://www.shiyanlou.com/courses/running/332I. Introduction of the Course-Disclaimer: This course is based on "Assembly Language (2nd Edition)" Engineering, mechanical industry press. This section of the experiment is taken from
The format of the DIR command:
dir [D:][path][name][[/a][:attrib]][/o:[sorted][/s][/b][/l][/c[h]
(1) Dir/a:attrib default contains all files (System files. hidden files)
Attrib[:][h/-h] Displays only hidden or not suppressed files.
[R/-r]
Perhaps for many, after 00, DOS is the product of the last century, and many of them have not even heard of the name DOS. But in fact, even in the latest version of the WIN10 system, Microsoft has not put this "product of the last century"
Config. sys is an important file in the dossystem. Its Configuration directly affects the usage and efficiency of the system. If improperly configured, many programs may fail to run normally. Therefore, it is necessary and important to correctly
1. Introduction to simple batch processing internal commands
1. Echo command
Enable or disable the request echo function or display messages. If no parameters exist, the echo command displays the current echo settings.
Syntax
Echo [{on │ off}]
There are three executable files in DOS, respectively exe,com and bat (the current page supports the cmd extension). Among them, exe and COM file are binary form, only bat file is text form, can read directly. As a result, the bat file is much
There are three executable files in DOS, respectively exe,com and bat (the current page supports the cmd extension). Among them, exe and COM file are binary form, only bat file is text form, can read directly. As a result, the bat file is much
First, the batch file is a text file, and each line of this file is a DOS command (most of the time it is like the command line we execute at the DOS prompt ), you can use any text file editing tool such as Edit in DOS or notepad in Windows to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.