Hello All,
I made a script (rebootRegs.isl) that should run a batch file in the directory allowing the operator to reboot the workstation inside of the Simphony client. I'm a beginner and this is my first crack at scripting with isl. Below is my script along with screenshots of the config for the sim inq button and my other extension apps, any feedback from the group will be very much appreciated!
event inq : 7
var batch : a50 = "C:\Micros\Simphony\WebServer\ // Open script file from this path; File could be .bat, .pl or other script file.
Fopen batch
endevent
I made a script (rebootRegs.isl) that should run a batch file in the directory allowing the operator to reboot the workstation inside of the Simphony client. I'm a beginner and this is my first crack at scripting with isl. Below is my script along with screenshots of the config for the sim inq button and my other extension apps, any feedback from the group will be very much appreciated!
event inq : 7
var batch : a50 = "C:\Micros\Simphony\WebServer\ // Open script file from this path; File could be .bat, .pl or other script file.
Fopen batch
endevent