searchexe$ 関数
構文 searchexe$(string )
string :さがしたいプログラムファイル名
機能
string をレジストリからさがし、そのパス名を返します。見つからなければヌルストリングを返します。
レジストリに正しくインストールするタイプのアプリケーションでなければさがすことはできません。
2000&XP&Vista&98&ME 版 のみ使用できます。
例
dim f$
f$ = searchexe$("netscape.exe")
if f$<>"" then
call shell(f$, 1)
end if
参照 searchfile$
最新情報 TOP マクロTOP