Attract-Mode Support Forum
Attract-Mode Support => Scripting => Topic started by: keilmillerjr on April 01, 2016, 09:25:50 AM
-
I add the following near the top of my layout and it never executes test.exe. The file is in the same location as layout.nut. Am I doing something wrong?
fe.plugin_command_bg( "test.exe", "" );
-
This might help:
system("command.exe");
-
This might help:
system("command.exe");
No such luck.
-
Well, thanks for trying. I've only used it to run a command that is in the system path...maybe if the executable is in the path you launched attractmode from it would work....
-
Resolved.
fe.plugin_command_bg( fe.script_dir + "test.exe", "" );