Hi
I have run into an issue using the Run Command tool, any help to resolve would be appreciated.
I am using the Run CMD tool to create and execute a command with 3 elements like this example.
del "FILE1" del "FILE2" del "%~f0"
I have established the problem is with the del "%~f0" command. If the .bat does not include the del "%~f0" command, the FILE1 and FILE2 (these are illustrations) commands execute with no errors. When I add the del "%~f0" command on the end it will not execute and I get the below error:
"Error: Run Command (41): The external program "EXTERNAL PROGRAM" returned an error code: 255"
However if I manually create a .bat file with all three elements above and manually execute this, it runs with no errors. Therefore I know the full command works.
Is there something with Alteryx that I need to consider here.
Thanks,
Kevin