Word Ribbon Template
I am interested in distributing a Word Ribbon Template that I updated to all of my Windows 10 user's PCs. I have created a batch file that runs fine outside of KACE, however, when I attached the file as a dependency in KACE, it claims that it has run and is completed, but it hasn't and is not updating.
The file is to Word Template Ribbon Add-In.dotm is to replace the current file in the user's Startup Directory.
Here is the Batch file:
rem Opens Word, Replaces Template Ribbon Add-In Located in Startup Directory
echo off
Copy "\\MyServerName\Word Templates\Template Ribbon Add-In.dotm" %USERPROFILE%\AppData\Roaming\Microsoft\Word\Startup /y
rem pause
Here is my KACE Script:
Launch “$(KACE_DEPENDENCY_DIR)\WDTRUP.bat” with params “”.
Any and all assistance is welcomed as this is my first (1st attempt) at trying something of this magnitude, if it can even be accomplished.
Thanks for your help.