D
David Abdala
Guest
I've had similar issues, specially when dealing with Unix and Windows. The simple solution is to make a bat script (sh on linux) and invoke that script. If you need to pass parameters to the script from ABL, use an intermediate file, where each line is a parameter (or give it an ini format, or json, or xml, or...). No need to scape anything in ABL, if scaping is needed, implement it in the bat/sh script.
Continue reading...
Continue reading...