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