Initialize interpreter in Adam task
This commit is contained in:
parent
b11a59d211
commit
a25b25984f
7 changed files with 60 additions and 105 deletions
9
Run.HC
9
Run.HC
|
@ -1,7 +1,8 @@
|
|||
XTalkWait(Fs, "Cd(\"M:/System/\");\n");
|
||||
XTalkWait(Fs, "#include \"M:/System/MakeSystem\";\n");
|
||||
XTalkWait(Fs, "#include \"M:/MuJS\";\n");
|
||||
Adam("Cd(\"M:/System/\");\n");
|
||||
Adam("#include \"M:/System/MakeSystem\";\n");
|
||||
|
||||
WinMax;
|
||||
AutoComplete(0);
|
||||
|
||||
XTalkWait(Fs, "Cd(\"M:/\");\n");
|
||||
XTalkWait(Fs, "mujs(\"examples/hello.js\");\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue