I'm trying to start an external program in Integration Manager. I've created a very simple script to run Before Integration:
Execute "c:\temp\wp.bat", -1, 0
As per the IM Users Guide. This generates an error about wrong number of arguments. Since the arguments are listed as optional, I tried:
Execute "c:\temp\wp.bat"
Now I get Expected statement error.
Please tell me what I'm doing wrong. I'm guessing it's obvious, and I just cannot see it.
*This post is locked for comments