Bad command or file name

From Wikipedia, the free encyclopedia
Screenshot of the error in MS-DOS

"Bad command or file name" is a common and ambiguous error message in MS-DOS.[1]

COMMAND.COM produces this error message when the first word of a command could not be interpreted. Because this word must be the name of an internal command, executable file or batch file,[2] the error message provided an accurate description of the problem, but easily confused novices. The wording gave the impression that filenames provided as arguments to the commands were damaged or invalid. Later, the wording of the error message was changed for clarity. Windows NT displays the following error message instead (where "foo" is replaced by the word causing error):[3]

"foo" is not recognized as an internal or external command,
operable program or batch file.

Some early Unix shells produced the equally cryptic "foo: no such file or directory" again accurately describing what is wrong but confusing users. Most modern shells produce an error message similar to "foo: command not found".[4][5][6]

See also[edit]

References[edit]

  1. ^ Jim Cooper, (2002). Using MS-DOS 6.22. Que Publishing. ISBN 9780789725738
  2. ^ "Instructions". MSDN. Microsoft. 20 February 2014. Archived from the original on June 30, 2018. Retrieved March 8, 2015.
  3. ^ Harry Phillips, Eric Skagerberg, (2002). "New Perspectives on Microsoft Windows 2000 MS-DOS Command Line, Comprehensive, Windows XP Enhanced". Cengage Learning. ISBN 1285963679
  4. ^ "bash - execute_cmd.c". git.savannah.gnu.org. Retrieved 2022-04-12.
  5. ^ "dash - main.c". git.kernel.org. Archived from the original on 2022-04-12. Retrieved 2022-04-12.
  6. ^ "zsh - exec.c". GitHub. Archived from the original on 2022-05-21. Retrieved 2022-04-12.