Hi all,
Im having a lot of trouble figuring out how to call one enscript from another. I thought it would be easy but I cant seem to find a good example in the documentation or class browser. DI need to create a package, include the package, and call it from there. Or is there a direct call using something like an #include statement. I'm trying to group up some utility scripts for the lab here. Any help or suggestions would be greatly apprecisated. Thanks so much
Todd
ToddJulius
LCDI research Network (Champlain College
Todd,
If you are writing EnScripts then there is only one place for proper help - https://
(You will need to register)
Oh BTW, get ready for a world of hurt.
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..


