Security popup when executing .bat file

Hi ryan, I have this Security warning that pop up everytime I execute a .bat file through Deadline 3.0

This behavior never append in 2.7. Do you know why it is doing this?

Thanks
security.jpg

This article seems to explain the problem, and provides some solutions:
windowsxp.mvps.org/networkfile.htm

The dialog appears to be popping up because the batch file you’re trying to run is on a network share, and appears to be a standard Windows warning for this type of situation. We’re now using .NET calls in 3.0 to execute the command, so maybe this wasn’t popping up in 2.7 because we were using Windows API calls.

Cheers,

  • Ryan

Thanks for the details