This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello,
I have the following (very simple) workflow that creates a BAT file for me, however it will not execute. If I double click the bat file that is created, it performs as expected so I know the file is good. However, when I run this workflow, the file (which is located in the yellow highlighted field below) is not executing. Am I missing something simple? Any suggestions? Thank you.
To run the bat file, you should:
You might also want to precede 'C:\upload...' with '/c' so it reads '/c C:\Upload...'
Thanks for the reply. I made the changes but the result is the same. .bat file is created and will work if clicked on, but Alteryx won't kick it off. I get an error code "The external program "cmd.exe" returned an error code: 1"
Try putting the path the the bat file in the Working Directory parameter and leaving the command argument just /c fupload.bat