
The following code parts were provided by one of our users.  
We offer them here in case anybody can use them:


// In global external functions
Function Long PyroBatch(String lpApp, String lpCmd, REF String lpResult, Long nResultSize) Library "pyrobatchcontrol.dll" Alias for "_PyroBatch@16" 
 

// In any function calling pyrobatch
string ls_ret
long ll_retsize
long ll_ret
 
ls_ret = space(260) 
ll_retsize = 260
 
ll_ret = PyroBatch("PyroBatchFTP", "START", ls_ret, ll_retsize)



Regards

Markus Schmidt
EmTec