What will be the actions against the following DOS commands ?
C:\> MD School .
C:\> DIR .
C:\> RD School .
Answers
Answer:
C:\> DIR
Explanation:
thata my answer
sana makatulong
Explanation:
1. C:\> MD School .
Make directory name School.
2. C:\> DIR .
It will display all files that match the path and filename specifications, along with their size in bytes and the time and date of their last modification.
If one doesn`t enter one of the options, the entire list will be displayed, even if the list is too long to fit on one screen.
3. C:\> RD School .
It will remove an empty directory on various operating systems.
The primary distinction between DOS and Windows is that the DOS (Disk Operating System) is a running machine that gives a command line or a text-primarily based totally interface even as Windows presents a Graphical User Interface.
On the alternative hand, Windows offer greater capabilities and is greater user-pleasant than DOS.