I have a customised template file in ms word 2010 with windows 7. When I use the following command file > new > my templates > foo to launch the template file,
I am able to launch the file multiple times to generate file1, file2, file3.
When I use a batch file to launch the template file from my desktop, I am only able to generate one file at a time file1.To launch a second time gives an error that the file is already in use. The question is , how can I use the batch file to produce multiple copies of the template file.
Below is the code from the template file.
@ech off
@echo welcome
pause
START C:\Users\Faisal\AppData\Roaming\Microsoft\Templates\Dtp_Template.dotm
pause