:Sample
XX_FILE = JOB_Q->FILE_PRN
batch_name = "C:\GDM\X_PRINT.BAT " + XX_FILE
if type("WinExec") # "FP"
extern CINT WinExec(CSTRING, CINT) kernel
endif
WinExec(batch_name,0)
:End Sample
Do you have some way for do this better than me.
And not hang in my computer.
Thank you.