[tex-live] texdoc in luatex

Frank Küster frank at kuesterei.ch
Fri Jun 29 22:52:53 CEST 2007


"Zdenek Wagner" <zdenek.wagner at gmail.com> wrote:

> 2007/6/29, Frank Küster <frank at kuesterei.ch>:
>> And I want the lua script to continue at once, but the rm stuff should
>> only be executed once the viewer has stopped.  I guess otherwise the rm
>> commands will either fail (because the file is locked by the viewer), or
>> the viewer might get problems if it hasn't loaded all pages by the time
>> the rm stuff is executed.
>>
>> On Unix-like systems, this is achieved by starting a subshell with
>> `(...)' and putting it in the background with `&', but within the shell
>> the commands are executed one after the other, `;'.  How would I do that
>> on Windows?
>>
> command1 & command2 & command3 & ...
>
> The same in OS/2

But will the lua script continue before command1 has finished?  That's
what I achieve with the `&' at the end on Unix.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)


More information about the tex-live mailing list