0 1 2 3 4
var fso, f, mac; fso = new ActiveXObject("Scripting.FileSystemObject"); f = fso.OpenTextFile("c:\\Sakura\\Macro\\test.js", 1); mac = f.ReadAll(); eval(mac);