Struggling to run external .bat file from the %temp% folder. Any idea how to do this?
I get this error:
%Engine.TempFilePath% should be equivalent to %temp%. Let me know if that doesn't solve it!
Hi @NoahNathan. On first glance, your output is .csv but you're trying to call a .bat. I'm assuming your output should be .bat (although you would indeed select the csv option in alteryx with no delimiter) and see if that helps.
It is part of a larger macro. I essentially use it to write a command as a .bat file (called .csv here but is atually renamed to .bat), then I wait until its completed to run the .bat file in the "run command".
This issue is not the .csv file. The issue is that the external program "%temp%.BigQueryBatchFile.bat" cannot be found.