SQLphone tutorial topics

previous topic | tutorial menu


2.6   How to call an external application (exe)

It is quite easy to call a command-line program from a SQLphone flowchart.
It is done using a DLL box, to call the system() function in a Windows system DLL (MSVCRT.DLL).

The screen-shot below shows the DLL box setup.

Note, that when the external program is called, a DOS window will quickly appear, then disappear.
This will look strange, but it works OK.

The location of the MSVCRT.DLL file may differ, for different versions of Windows. Use the Browse button to find it.


previous topic | tutorial menu