I use the NSIS commands
GetTempFileName $R1
ExecWait "kpsewhich -expand-var=$$TEXMF > $R1"
However the redirection seems to be ignored. How can I achieve the desired effect?
Pipe to a file
2 posts