08/06/13 04:10:48 26P3hhbY0
Irvine使ってないんで動作的にあってるのか自信はないけど
irvine = new ActiveXObject("Irvine.Api");
var str = WScript.Arguments(0).split(/ /);
if (str[0] == 1) {
irvine.AddUrlAndReferer(str[2],str[(1)],0);
} else if (str[(0)] == 2) {
irvine.ClearImportLinks();
irvine.ImportLinks(str[(1)],0);
} else if (str[(0)] == 3) {
irvine.Paste(0);
};
こうすれば9.5でも動いた