
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
MS DOS, Internal, External, Commands, Command.com, exe
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!
What is an external and internal command?
In MS-DOS there are two ways commands are executed. An Internal command, which is
a command embedded into the command.com file, and an external command, which is not embedded into command.com and therefore requires a separate file to be used.
For example, if your computer does not have fdisk.exe and you try using the fdisk
command, you would receive an error "Bad command or file name." Fdisk is an external command that will only work if fdisk.exe, or in some cases, fdisk.com, is present.
However, as long as MS-DOS is running on your computer internal commands such as the cd (change directory) command will always be available and does not require any
other files to run.
source:- http://www.computerhope.com/issues/ch000011.htm