I am trying to use ShellExecute to print a html file using the following code:
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
=ShellExecute(0,"PRINT","c:\Test.htm","","",1)
But I am getting...