System.Find (gb)
Static Function Find ( Program As String ) As String
Search for a specific program through the 
PATH environment variable,
and return its full path.
If the program is not found, 
NULL is returned.
If you use the 
EXEC command with an absolute path, the 
PATH is not searched, and so the program startup is faster.
See also