Hello BaseX team,
I am an extensive user of the proc:system BaseX command (and looking forward for proc:fork !).
I am using this command with in-memory arguments, it means that my way of using it is :
proc:system("my_exe", $my_arguments_for_exe)
$my_arguments_for_exe is an xml node serialized to string by BaseX. As my test are getting more complex, the size of $my_arguments_for_exe are increasing. It seems that we are reaching a limit now, since the compiler refuses to pass arguments :
"Stopped at CoDeFi_Interface.xqm, 44/22:
[BXPR9999] Cannot run program "C:\Jiheme\scientifique\recherche\CoDeFi\CoDeFi\CoDeFi.exe": CreateProcess error=206, Nom de fichier ou extension trop long
"
Is there a way to bypass this ?
Thank you for your answer,
Cheers,
Jean-Marc