I think you can do this with creating a package on SCCM with command line (or batch file), but you need to share the source file on the network.
You can achieve this if you have got package. I guess, for application you cannot run it from DP.Maybe I don´t have explained myself well, sorry. I have serveral distributions point and i want to deploy a batch, but I don´t want that this batch be copied in c:\windows\ccmache\. I want to install the batch from DP, directly ....
Thanks for your answer, Youssef!
Thanks you very much! I will do it like that.You can achieve this if you have got package. I guess, for application you cannot run it from DP.
use a batch script and on the script just point your installation file to your shared drive. this way, it will only copy the batch file into ccmcache. This way however will increase your network traffic and load to your file server.Maybe I don´t have explained myself well, sorry. I have serveral distributions point and i want to deploy a batch, but I don´t want that this batch be copied in c:\windows\ccmache\. I want to install the batch from DP, directly ....
Thanks for your answer, Youssef!