Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros Simphony - Error "Unable to read extension application 7"

Status
Not open for further replies.

mmcke4

Technical User
Nov 2, 2020
1
US
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

Capture_ielwbt.png


Capture2_uc8hc1.png
 
Fopen is for reading a file, not executing it.

Use the System command.

Here is the documentation.
Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top