Additionally, typing "start conf.exe" from Command Prompt should work also. The "Start" command-line uses the shellexecute.
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting
http://www.winhelponline.com
From
http://msdn2.microsoft.com/en-us/library/bb776871.aspx
<excerpt>
Application Registration
When the ShellExecute function is provided with the name of an executable file in its lpFile parameter, there are several places that it can look in an attempt to find the file, including the following:
The current working directory
The Windows directory (no subdirectories are searched)
The Windows\System32 directory
Directories listed in the PATH environment variable
The App Paths registry key
The order that those locations are searched varies, though the App Paths key is preferred in Windows XP Service Pack 1 (SP1). The keys found under App Paths are used primarily for the following two purposes.
</excerpt>
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting
http://www.winhelponline.com
"Start", "Run…", "conf" opens NetMeeting
Typing "conf" in the Command Prompt just says that "conf" is not known.
So, how does "Run" know where to look?
See:
http://www.swiftys.org.uk/HowDoesItKnow.html