Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
for intranet application, I used 'Macro' to Update All the Fields in the Active Document. Now i want to deploy this Macro from server on each client browsing my application.

i have tried with a link to download a .Bat file in .bat file

Delphi
copy \\serverName\Sharedfolder\Normal.dot  %appdata%\Microsoft\Templates
copy \\serverName\sharedFolder\Normal.dotm %appdata%\Microsoft\Templates


is there any other simpler way to achieve this?

Please help....
Posted
Updated 19-Jul-15 23:30pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900