If you mean programatically mimicking double-clicking on the other scripts to make them run on the loaded evidence, then NO, its not possible.
There is a ProgramClass that allows you to compile and execute code, so theoretically you could locate your script file on disk (say c:\scripts\test.enscript), open it, read contents, pass to ProgramClass and make it compile and execute on the loaded case. Don't know if this will work with GUIs, also each programclass has its own console, so you wouldn't see output directly onto the main console. Keep your fingers crossed, it might just work..
↧