23/03/21 07:06:26.87 GaxWMZHw0.net
//ids_hoge.mac
//UTF-8(BOM付き)でファイル保存
setmenudelay 300;
mousemenu
"&J 日本語",
"&E 英語";
if(result==0){endmacro;}
runsync2 "rubyw -x "+currentmacrofilename+" "+directory+" "+str(result);
openfile "/h tmp.txt";if(!result){endmacro;}
selectall;
$m=gettext(seltopx,seltopy,selendx,selendy);
message $m;#h=hidemaruhandle(0);
setactivehidemaru 1;closehidemaruforced #h;
endmacro;
/*
#/
#! ruby
# encoding: utf-8
Encoding.default_external = 'UTF-8'
$stdout=open("tmp.txt","w")
$stderr=open("err.txt","w")
#続く