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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simphony ISL Run External Program

Status
Not open for further replies.

POSKitchen

Technical User
Jun 25, 2018
166
CH
Dear all,

I am currently migrating some ISL from RES to Simphony. I am having trouble starting external programs from a Simphony ISL.
It is for an Access Control / Cashless Payment / Ticketing 3rd part application. When someone is also interested for a solution about, contact me.

How can i successfully achieve, to run an external Program directly from a ISL ?
Any Help would be appreciated.

Best Regards
Andi
 
Via sim you can use the system command:

System "c:\windows\system32\notepad.exe"

Or use the net way in sim which is:

System.Diagnostics.Process.Start("c:\windows\system32\notepad.exe")

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