Default behavior when creating a script Task is for the script to be created in "C:\Temp" and executed from there. Certain security configurations block anything from being executed from the root of "C:\" and "C:\Temp" as well as some other locations as they are commonly used by viruses and malware to install from.
Are you able to change the behavior of the product to stop it trying to run things from there as it prevents us using that functionality within the product?
SMP 7.x
ITMS 8.x
The product is working as designed; there is no such functionality built into the product.
Create a script or copy file task to copy the file to the desired directory, then execute a task with a batch file (or other mechanism) to 'kick off' the previously copy file.
Please see the below example:
Now this is a simple example, but this process should be applicable to different scenarios.