JSL script - RunProgram seems to crash script
Hey guys, has anyone encountered a JSL script that won't quit after a run program command? I am trying to determine if outlook is open and if not open it. Here is my code. Any help would be appreciated:Names Default To Here( 1 ); // Make sure variables are stored in this procedure
Clear Log(); // Clear the JMP Log - Select View - Log
// Get the current windows processes (process list) using ...
jjhartwi