MicroSoft DOS/Command Prompt
COMPUTER BASIC COURSE (From Beginner to Advance Level) MicroSoft DOS( Disk Operating System) Single user operating system means one time, one person, one work and one CPU. No graphical Environment. Introduction by Microsoft corporation in 1981. Virgins of DOS -- 1.Q, 2.0, 3.0, 4.0, 5.0, 6.0, 6.22, 7.01, 7.10 . But today's we mostly used simulator of Dos i.e Command Prompt which is similar to DOS. DOS Screen DOS Commands :-- In MS-DOS, there are two ways commands are executed: Internally and externally. An internal command is embedded into the command.com file, and an external command is not and requires a separate file to operate. For example, if your computer does not have the fdisk.exe file and you try using the fdisk command, you will receive a “Bad command or file name” error message. Fdisk is an external command that only works if fdisk.exe, or in some cases, fdisk.com, is present. However, as long as MS_DOS is running o...