Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Declare Integer ShellExecute in Shell32.dll ;
Long nhWnd, String cAction, String cFile, ;
String cParam, String cDirectory, Integer nShow
lcCmd = 'c:\winpoint\import.exe'
lcParam = ' "C:/psfleads.txt" "F:\PNTTEMPL\DATAIMP\masterimport.imp" "F:\PROSPECT"'
ShellExecute(0, Null, lcCmd, lcParam, Null, 0)