| | Help: Executable Files & File Searches |
 | | If no executable extension is found, the command processor will look for a direct association for the extension in the registry and insert the associated string (usually the name of an application) at the beginning of the command line, then call the Windows CreateProcess API to execute that command. |
 | | Files with executable extensions are executed by starting the associated application, and passing the name of the file on the command line. |
 | | If the command processor cannot find an executable file, batch program, or a file with an executable extension or Windows file association in the current directory, a directory in the search path, or the directory you specified in the command, it then looks for an alias called UNKNOWN_CMD (see the ALIAS command for details). |
| www.jpsoft.com /help/exesearch.htm (1115 words) |