Hello,
I am trying to run a batch file that already exists on a local machine and am having troubles. I have read the document about how batch file distribution works but do not see the solution to my problem. Here is what is happening:
-I created a batch file that copies another batch file from a server to a local workstation. I created a batch file distribution package to take care of this and then a scheduled task. No problems here, it works. The batch file is copied from the server onto the local machine in the path that I specified. Good.
-I am now attempting to execute this batch file on the local machine. To do so, I created a new batch file that will execute the local file. This batch file does work, I tested it locally and everything works like a charm. If I put the batch file into a distribution package and execute it via a scheduled task, the scheduled task reports a success, but nothing ever happens on the local machine. I have tried running the distribution package as 'Local System Account' as well as 'Local User's Account' and I get the same result no matter what.
Any help would be much appreciated. Thanks!