I personally do not like the solution of killing the acrobat process (if
you have other documents opened, then you miss them). I tried the
pdfopen and pdfclose utilities that were mentioned somewhere else in
this list and they work perfectly. Pdfclose only closes the document you
tell it. I hope this solution will be included in the LyX distribution
for windows.
Nicolás
Ekkehart Schlicht wrote:
I get crazy! (Some linebreaks missing again.)
Yet another try
TSkill AcroRd32
fpdelay 0.2
del "%~dpn1-tmp%~x1"
copy %1 "%~dpn1-tmp%~x1"
START /max AcroRd32.exe "%~dpn1-tmp%~x1"
exit
Ekkehart