Trying to Execute a .bat file using System.util.execute()

I think you need to escape your backslashes.
system.util.execute(['D:\\Reports\\file.bat'])

See this post from earlier this week:

1 Like