;エクスファイルにお気に入りを追加。(マイドキュメントはMeの設定なので他のOSは変更する必要あり)
;for HSP3.0
notesel bk
noteadd "[Internetshortcut]n"+url,0,1
notesave dir_win+""+"favorites"+""+name+".url"
noteload "C:My Documentsbookmark.htm"
j=noteinfo(0)-1
d="<DT><A>"+name+"</A>"
noteadd d,j,0
notesave "C:My Documentsbookmark.htm"
noteunsel
gsel 2,-1











まだ初心者ですがよろしくお願いします。