thank ^^
I use global.ExecuteSript:
string s = System.IO.File.ReadAllText("C:\\abc.ms");
global.ExecuteScript(global.StringStream.Create(s), false);
string s = System.IO.File.ReadAllText("C:\\abc.ms");
global.ExecuteScript(global.StringStream.Create(s), false);
but i can't use method global.ExecuteMAXScriptScript(string s,bool quietErrors, IFPValue fpv)
i don't know what is IFPValue and boolquietErrors = true or false...