07/07/02 18:39:36 +rh3rcO20
まとめ (全角スペースは半角スペースに変換してください)
#fHmnetex = false; //Hidemernet Explorerを使う場合true
if( selecting ) {
$s = gettext(seltopx,seltopy,selendx,selendy);
} else {
selectword;
$s = gettext(seltopx,seltopy,selendx,selendy);
$s = input( "Wikipedia 検索", $s );
}
if( $s == "" ) {
endmacro;
}
$param = "\"" + $s + "\"";
$param = "URLリンク(ja.wikipedia.org) + $param;
if( #fHmnetex ) {
openfile $param;
} else {
run getenv("Comspec") + " /c start " + $param + " >nul";
}
endmacro;