What is the difference between internal and external commands?
In this expert answer, learn how to tell internal and external commands apart.
What is the difference between internal and external commands?
The terms "internal and external" bring the Disk Operating System (DOS) system to mind!
While the terms are still used these days, I'll refer to the DOS O/S example to help you understand the concept and their difference.
The DOS operating system requires a few critical files in order to work correctly, one of these is the 'command.com' file, which is a basic part of the operating system.
Command.com has built in commands, the so called "internal" commands and a few of them are "dir", "type", "vol", "date", etc. These commands are 'programmed' into the command.com file and do not require other files in order to work. On the other hand, we have commands such as "deltree", "undelete", "xcopy", etc. that are external commands, meaning that they require the actual application/file in order to use them, along with command.com.